프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HoldTimeBeforeScroll | uint | ||
ScrollingEnabled | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_arrowLeft | |||
_arrowRight | |||
_index | int | ||
_itemText | RAGENativeUI.Elements.ResText | ||
_items | List |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
ListChangedTrigger ( int newindex ) : void |
public ItemToIndex ( dynamic item ) : int | ||
item | dynamic | Item to search for. |
리턴 | int |
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. |
리턴 | 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. |
리턴 | System |
protected ResText,RAGENativeUI.Elements _itemText | ||
리턴 | RAGENativeUI.Elements.ResText |