C# Class GATBaseInspector, G-Audio

Inheritance: Editor
显示文件 Open project: gregzo/G-Audio

Protected Properties

Property Type Description
__blueColor Color
__boxStyle GUIStyle
__buttonOptions UnityEngine.GUILayoutOption[]
__closeButtonsOptions UnityEngine.GUILayoutOption[]
__closeTogglesOptions UnityEngine.GUILayoutOption[]
__largeButtonOptions UnityEngine.GUILayoutOption[]
__purpleColor Color
__sliderOptions UnityEngine.GUILayoutOption[]
__xButtonStyle GUIStyle

Public Methods

Method Description
OnInspectorGUI ( ) : void

Protected Methods

Method Description
ResettableSlider ( string valString, float val, float min, float max, float resetValue ) : float

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

ResettableSlider() protected method

protected ResettableSlider ( string valString, float val, float min, float max, float resetValue ) : float
valString string
val float
min float
max float
resetValue float
return float

Property Details

__blueColor protected_oe static_oe property

protected static Color __blueColor
return Color

__boxStyle protected_oe static_oe property

protected static GUIStyle __boxStyle
return GUIStyle

__buttonOptions protected_oe static_oe property

protected static GUILayoutOption[],UnityEngine __buttonOptions
return UnityEngine.GUILayoutOption[]

__closeButtonsOptions protected_oe static_oe property

protected static GUILayoutOption[],UnityEngine __closeButtonsOptions
return UnityEngine.GUILayoutOption[]

__closeTogglesOptions protected_oe static_oe property

protected static GUILayoutOption[],UnityEngine __closeTogglesOptions
return UnityEngine.GUILayoutOption[]

__largeButtonOptions protected_oe static_oe property

protected static GUILayoutOption[],UnityEngine __largeButtonOptions
return UnityEngine.GUILayoutOption[]

__purpleColor protected_oe static_oe property

protected static Color __purpleColor
return Color

__sliderOptions protected_oe static_oe property

protected static GUILayoutOption[],UnityEngine __sliderOptions
return UnityEngine.GUILayoutOption[]

__xButtonStyle protected_oe static_oe property

protected static GUIStyle __xButtonStyle
return GUIStyle