Dropdown¶
More information can be found in the Unity API Reference and maybe in the Unity Manual.
Members¶
Member |
Description |
---|---|
Events¶
Event |
Description |
---|---|
Arguments: |
Methods¶
Method |
Description |
---|---|
Static members¶
Member |
Description |
---|---|
|
Details¶
-
class
Dropdown
¶ -
float
alphaFadeSpeed
¶
-
const GameObject
gameObject
¶
-
bool
interactable
¶
-
int
value
¶
-
const ScriptEvent
onValueChanged
¶ Callback Signature:
-
void
callback
()¶
Arguments:
int value
-
void
-
void
AddOptions
(array<string> options)¶
-
void
ClearOptions
()¶
-
void
Hide
()¶
-
bool
IsActive
()¶
-
bool
IsDestroyed
()¶
-
bool
IsInteractable
()¶
-
void
RefreshShownValue
()¶
-
void
Select
()¶
-
void
SetValueWithoutNotify
(int input)¶
-
void
Show
()¶
-
string
ToString
()¶
-
static const int
allSelectableCount
-
float