C# Class UnityEngine.GUIStyleState

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GUIStyleState ( ) : System

Private Methods

Method Description
Cleanup ( ) : void
GUIStyleState ( GUIStyle sourceStyle, IntPtr source ) : System
GetBackgroundInternal ( ) : Texture2D
GetBackgroundInternalFromDeserialization ( ) : Texture2D
GetGUIStyleState ( GUIStyle sourceStyle, IntPtr source ) : GUIStyleState
GetScaledBackgroundsInternal ( ) : UnityEngine.Texture2D[]
GetScaledBackgroundsInternalFromDeserialization ( ) : UnityEngine.Texture2D[]
INTERNAL_get_textColor ( Color &value ) : void
INTERNAL_set_textColor ( Color &value ) : void
Init ( ) : void
ProduceGUIStyleStateFromDeserialization ( GUIStyle sourceStyle, IntPtr source ) : GUIStyleState
SetBackgroundInternal ( Texture2D value ) : void
SetScaledBackgroundsInternal ( Texture2D newValue ) : void

Method Details

GUIStyleState() public method

public GUIStyleState ( ) : System
return System