Definition at line 11 of file ComboBox.cs.
◆ Awake()
void UnityEngine.UI.Extensions.ComboBox.Awake |
( |
| ) |
|
◆ OnValueChanged()
void UnityEngine.UI.Extensions.ComboBox.OnValueChanged |
( |
string |
currText | ) |
|
◆ ToggleDropdownPanel()
void UnityEngine.UI.Extensions.ComboBox.ToggleDropdownPanel |
( |
bool |
directClick | ) |
|
Toggle the drop down list
- Parameters
-
directClick | whether an item was directly clicked on |
Definition at line 311 of file ComboBox.cs.
◆ AvailableOptions
List<string> UnityEngine.UI.Extensions.ComboBox.AvailableOptions |
◆ disabledTextColor
Color UnityEngine.UI.Extensions.ComboBox.disabledTextColor |
◆ OnSelectionChanged
◆ ItemsToDisplay
int UnityEngine.UI.Extensions.ComboBox.ItemsToDisplay |
|
getset |
◆ ScrollBarWidth
float UnityEngine.UI.Extensions.ComboBox.ScrollBarWidth |
|
getset |
◆ SelectedItem
◆ Text
string UnityEngine.UI.Extensions.ComboBox.Text |
|
get |
The documentation for this class was generated from the following file: