Class SourceTextureInformation
Inheritance
SourceTextureInformation
Assembly: UnityEditor.dll
Syntax
public class SourceTextureInformation
Properties
|
Improve this Doc
View Source
containsAlpha
Declaration
public bool containsAlpha { get; set; }
Property Value
|
Improve this Doc
View Source
hdr
Declaration
public bool hdr { get; set; }
Property Value
|
Improve this Doc
View Source
height
Declaration
public int height { get; set; }
Property Value
|
Improve this Doc
View Source
width
Declaration
public int width { get; set; }
Property Value
Extension Methods