Struct TextureGenerationOutput
Assembly: UnityEditor.dll
Syntax
public struct TextureGenerationOutput
Properties
|
Improve this Doc
View Source
importInspectorWarnings
Declaration
public string importInspectorWarnings { get; }
Property Value
|
Improve this Doc
View Source
importWarnings
Declaration
public string[] importWarnings { get; }
Property Value
|
Improve this Doc
View Source
sprites
Declaration
public Sprite[] sprites { get; }
Property Value
|
Improve this Doc
View Source
texture
Declaration
public Texture2D texture { get; }
Property Value
|
Improve this Doc
View Source
thumbNail
Declaration
public Texture2D thumbNail { get; }
Property Value
Extension Methods