Class GUIStyleState
Inheritance
GUIStyleState
Assembly: UnityEngine.dll
Syntax
[Serializable]
public sealed class GUIStyleState
Constructors
|
Improve this Doc
View Source
GUIStyleState()
Declaration
Properties
background
Declaration
public Texture2D background { get; set; }
Property Value
scaledBackgrounds
Declaration
public Texture2D[] scaledBackgrounds { get; set; }
Property Value
textColor
Declaration
public Color textColor { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
Extension Methods