Inherits CrossLink.UICheckBox.
|
|
void | SetAction (System.Action< bool, string > onClicked, System.Action< UIOptionCheckBox, string > onChanged) |
| |
|
override string | GetValue () |
| |
|
virtual void | SetAction (System.Action< bool, string > cb) |
| |
|
bool | IsCheck () |
| |
|
void | SetDisabled (bool disable) |
| |
|
void | SetCheckState (bool state, bool isTrigger=false) |
| |
|
virtual void | SetValue (string v) |
| |
|
void | UpdateState () |
| |
|
virtual void | OnClick (UIEvent ue) |
| |
|
|
UIOptionText | option |
| |
|
UIButton | btn |
| |
|
Image | bgImg |
| |
|
Image | trueImg |
| |
|
Image | falseImg |
| |
|
Text | tx |
| |
|
string | activatedText |
| |
|
string | inactivatedText |
| |
|
bool | isCheck = false |
| |
|
UnityEvent | active |
| |
|
UnityEvent | inactive |
| |
|
|
void | Awake () |
| |
|
bool | isDisabled = false |
| |
|
string | value |
| |
|
System.Action< bool, string > | ClickCompeleted |
| |