|
| DropDownListItem (string caption="", string inId="", Sprite image=null, bool disabled=false, Action onSelect=null) |
| Constructor for Drop Down List panelItems More...
|
|
Definition at line 9 of file DropDownListItem.cs.
◆ DropDownListItem()
UnityEngine.UI.Extensions.DropDownListItem.DropDownListItem |
( |
string |
caption = "" , |
|
|
string |
inId = "" , |
|
|
Sprite |
image = null , |
|
|
bool |
disabled = false , |
|
|
Action |
onSelect = null |
|
) |
| |
Constructor for Drop Down List panelItems
- Parameters
-
caption | Caption for the item |
val | ID of the item |
image | |
disabled | Should the item start disabled |
onSelect | Action to be called when this item is selected |
Definition at line 91 of file DropDownListItem.cs.
◆ OnSelect
Action UnityEngine.UI.Extensions.DropDownListItem.OnSelect = null |
◆ Caption
string UnityEngine.UI.Extensions.DropDownListItem.Caption |
|
getset |
◆ ID
string UnityEngine.UI.Extensions.DropDownListItem.ID |
|
getset |
◆ Image
Sprite UnityEngine.UI.Extensions.DropDownListItem.Image |
|
getset |
◆ IsDisabled
bool UnityEngine.UI.Extensions.DropDownListItem.IsDisabled |
|
getset |
The documentation for this class was generated from the following file: