Inherits DebugFoldout.
Inherited by DebugRadioButton.
|
override void | HandleClick () |
|
void | ResetAnimValue () |
|
void | SetEnabled (bool isEnabled) |
|
override void | UpdateAnimValue (float delta) |
|
|
static DebugFoldout | Create (string namePath, bool defaultOn=false) |
|
static DebugToggle | Create (string namePath, bool defaultOn=false, Action< bool > callback=null) |
|
static void | UpdateAnimValues (float timeDelta) |
|
|
static void | NotifyUIChanged () |
|
static void | UpdateNestedEnabled (DebugFoldout foldout, bool parentEnabled) |
|
|
float | animAlpha [get] |
|
float | animTarget [get] |
|
float | animValue [get, protected set] |
|
float | animValueDuration = 0.25f [get, set] |
|
float | animValueLinear [get, protected set] |
|
bool | enabled [get, protected set] |
|
bool | enabledSelf [get, protected set] |
|
bool | hidden [get, set] |
|
string | name [get, protected set] |
|
bool | visible [get] |
|
|
Action< bool > | Callback |
|
static Action | UIChanged |
|
◆ UpdateAnimValue()
override void UpdateAnimValue |
( |
float | delta | ) |
|
|
virtual |