Show / Hide Table of Contents

Interface ITextureDataProvider

Namespace: UnityEditor.Experimental.U2D
Assembly: UnityEditor.dll
Syntax
public interface ITextureDataProvider

Properties

| Improve this Doc View Source

previewTexture

Declaration
Texture2D previewTexture { get; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

texture

Declaration
Texture2D texture { get; }
Property Value
Type Description
Texture2D

Methods

| Improve this Doc View Source

GetReadableTexture2D()

Declaration
Texture2D GetReadableTexture2D()
Returns
Type Description
Texture2D
| Improve this Doc View Source

GetTextureActualWidthAndHeight(out Int32, out Int32)

Declaration
void GetTextureActualWidthAndHeight(out int width, out int height)
Parameters
Type Name Description
Int32 width
Int32 height

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX