프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_checkedSprite |
메소드 | 설명 | |
---|---|---|
CheckboxEventTrigger ( ) : void | ||
Draw ( ) : void |
Draw item.
|
|
Position ( int y ) : void |
Change item's position.
|
|
SetRightBadge ( BadgeStyle badge ) : void | ||
SetRightLabel ( string text ) : void | ||
UIMenuCheckboxItem ( string text, bool check ) : System |
Checkbox item with a toggleable checkbox.
|
|
UIMenuCheckboxItem ( string text, bool check, string description ) : System |
Checkbox item with a toggleable checkbox.
|
public UIMenuCheckboxItem ( string text, bool check ) : System | ||
text | string | Item label. |
check | bool | Boolean value whether the checkbox is checked. |
리턴 | System |
public UIMenuCheckboxItem ( string text, bool check, string description ) : System | ||
text | string | Item label. |
check | bool | Boolean value whether the checkbox is checked. |
description | string | Description for this item. |
리턴 | System |