-
Notifications
You must be signed in to change notification settings - Fork 25
OGDropDown
Jeppe Zapp edited this page Feb 13, 2014
·
2 revisions
Dropdown menu
| Variable | Type | |
|---|---|---|
| title | string |
Title such as "File" or "Edit" |
| target | GameObject |
Event handler |
| nestedOffset | float |
Offset for submenus |
| submenu | DropDownItemRoot[] |
Array of dropdown items |
| isDown | boolean |
Is the dropdown menu active? |
I'd recommend you create your dropdowns with the inspector rather than scripting.