Свойство | Type | Description | |
---|---|---|---|
HoldTimeBeforeScroll | uint | ||
ScrollingEnabled | bool |
Свойство | Type | Description | |
---|---|---|---|
_arrowLeft | |||
_arrowRight | |||
_index | int | ||
_itemText | RAGENativeUI.Elements.ResText | ||
_items | List |
Méthode | Description | |
---|---|---|
Draw ( ) : void |
Draw item.
|
|
IndexToItem ( int index ) : dynamic |
Find an item by it's index and return the item.
|
|
ItemToIndex ( dynamic item ) : int |
Find an item in the list and return it's index.
|
|
Position ( int y ) : void |
Change item's position.
|
|
SetRightBadge ( BadgeStyle badge ) : void | ||
SetRightLabel ( string text ) : void | ||
UIMenuListItem ( string text, List |
List item, with left/right arrows.
|
|
UIMenuListItem ( string text, List |
List item, with left/right arrows.
|
Méthode | Description | |
---|---|---|
ListChangedTrigger ( int newindex ) : void |
public IndexToItem ( int index ) : dynamic | ||
index | int | Item's index. |
Résultat | dynamic |
public ItemToIndex ( dynamic item ) : int | ||
item | dynamic | Item to search for. |
Résultat | int |
public SetRightBadge ( BadgeStyle badge ) : void | ||
badge | BadgeStyle | |
Résultat | void |
public SetRightLabel ( string text ) : void | ||
text | string | |
Résultat | void |
public UIMenuListItem ( string text, List |
||
text | string | Item label. |
items | List |
List that contains your items. |
index | int | Index in the list. If unsure user 0. |
Résultat | System |
public UIMenuListItem ( string text, List |
||
text | string | Item label. |
items | List |
List that contains your items. |
index | int | Index in the list. If unsure user 0. |
description | string | Description for this item. |
Résultat | System |
protected Sprite,RAGENativeUI.Elements _arrowRight | ||
Résultat |
protected ResText,RAGENativeUI.Elements _itemText | ||
Résultat | RAGENativeUI.Elements.ResText |