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