Method | Description | |
---|---|---|
IndexToMenu ( int index ) : UIMenu |
Find a menu by it's index and return the menu.
|
|
MenuToIndex ( UIMenu menu ) : int |
Find a menu in the list and return it's index.
|
|
UIMenuSwitchMenusItem ( string text, List |
List item, with left/right arrows that switches the current menu depending on the current UIMenu item. The menus list and the menus names list must have the same items count.
|
|
UIMenuSwitchMenusItem ( string text, List |
List item, with left/right arrows that switches the current menu depending on the current UIMenu item. The menus list and the menus names list must have the same items count.
|
|
UIMenuSwitchMenusItem ( string text, List |
List item, with left/right arrows that switches the current menu depending on the current UIMenu item. Uses the menus titles as the names in the list.
|
|
UIMenuSwitchMenusItem ( string text, List |
List item, with left/right arrows that switches the current menu depending on the current UIMenu item. Uses the menus titles as the names in the list.
|
public IndexToMenu ( int index ) : UIMenu | ||
index | int | Menu's index. |
return | UIMenu |
public MenuToIndex ( UIMenu menu ) : int | ||
menu | UIMenu | Menu to search for. |
return | int |
public UIMenuSwitchMenusItem ( string text, List |
||
text | string | Item label. |
menus | List |
List that contains your |
menusNames | List |
List that contains a name for each |
index | int | Index in the list. If unsure user 0. |
return | System |
public UIMenuSwitchMenusItem ( string text, List |
||
text | string | Item label. |
menus | List |
List that contains your |
menusNames | List |
List that contains a name for each |
index | int | Index in the list. If unsure user 0. |
description | string | Description for this item. |
return | System |
public UIMenuSwitchMenusItem ( string text, List |
||
text | string | Item label. |
menus | List |
List that contains your |
index | int | Index in the list. If unsure user 0. |
return | System |
public UIMenuSwitchMenusItem ( string text, List |
||
text | string | Item label. |
menus | List |
List that contains your |
index | int | Index in the list. If unsure user 0. |
description | string | Description for this item. |
return | System |