Tanoda
|
Extension to the UI class which creates a dropdown list More...
Classes | |
class | SelectionChangedEvent |
Public Member Functions | |
void | Start () |
void | ToggleDropdownPanel (bool directClick) |
Toggle the drop down list More... | |
Public Attributes | |
Color | disabledTextColor |
List< DropDownListItem > | Items |
bool | OverrideHighlighted = true |
bool | SelectFirstItemOnStart = false |
SelectionChangedEvent | OnSelectionChanged |
Properties | |
DropDownListItem | SelectedItem [get] |
float | ScrollBarWidth [get, set] |
int | ItemsToDisplay [get, set] |
Extension to the UI class which creates a dropdown list
Definition at line 14 of file DropDownList.cs.
void UnityEngine.UI.Extensions.DropDownList.Start | ( | ) |
Definition at line 82 of file DropDownList.cs.
void UnityEngine.UI.Extensions.DropDownList.ToggleDropdownPanel | ( | bool | directClick | ) |
Toggle the drop down list
directClick | whether an item was directly clicked on |
Definition at line 295 of file DropDownList.cs.
Color UnityEngine.UI.Extensions.DropDownList.disabledTextColor |
Definition at line 16 of file DropDownList.cs.
List<DropDownListItem> UnityEngine.UI.Extensions.DropDownList.Items |
Definition at line 19 of file DropDownList.cs.
SelectionChangedEvent UnityEngine.UI.Extensions.DropDownList.OnSelectionChanged |
Definition at line 79 of file DropDownList.cs.
bool UnityEngine.UI.Extensions.DropDownList.OverrideHighlighted = true |
Definition at line 20 of file DropDownList.cs.
bool UnityEngine.UI.Extensions.DropDownList.SelectFirstItemOnStart = false |
Definition at line 73 of file DropDownList.cs.
|
getset |
Definition at line 63 of file DropDownList.cs.
|
getset |
Definition at line 47 of file DropDownList.cs.
|
get |
Definition at line 17 of file DropDownList.cs.