Property | Type | Description | |
---|---|---|---|
_checkedSprite |
Method | Description | |
---|---|---|
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 SetRightBadge ( BadgeStyle badge ) : void | ||
badge | BadgeStyle | |
return | void |
public UIMenuCheckboxItem ( string text, bool check ) : System | ||
text | string | Item label. |
check | bool | Boolean value whether the checkbox is checked. |
return | 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. |
return | System |