C# Class GATBaseInspector, G-Audio

Inheritance: Editor
Show file 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 static property

protected static Color __blueColor
return Color

__boxStyle protected static property

protected static GUIStyle __boxStyle
return GUIStyle

__buttonOptions protected static property

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

__closeButtonsOptions protected static property

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

__closeTogglesOptions protected static property

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

__largeButtonOptions protected static property

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

__purpleColor protected static property

protected static Color __purpleColor
return Color

__sliderOptions protected static property

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

__xButtonStyle protected static property

protected static GUIStyle __xButtonStyle
return GUIStyle