Property | Type | Description | |
---|---|---|---|
changeStateOnClick | bool | ||
linkedPopup | |||
sound | |||
soundVolumeScale | float |
Property | Type | Description | |
---|---|---|---|
_iconObject | |||
_relatedController | FairyGUI.Controller | ||
_titleObject |
Method | Description | |
---|---|---|
ConstructFromXML ( |
||
FireClick ( bool downEffect ) : void |
Simulates a click on this button. 模拟点击这个按钮。
|
|
GButton ( ) : FairyGUI.Utils | ||
HandleControllerChanged ( FairyGUI.Controller c ) : void | ||
Setup_AfterAdd ( |
Method | Description | |
---|---|---|
HandleGrayedChanged ( ) : void | ||
SetCurrentState ( ) : void | ||
SetState ( string val ) : void |
Method | Description | |
---|---|---|
__SetState ( object val ) : void | ||
__click ( ) : void | ||
__removedFromStage ( ) : void | ||
__rollout ( ) : void | ||
__rollover ( ) : void | ||
__touchBegin ( |
||
__touchEnd ( ) : void |
public ConstructFromXML ( |
||
cxml | ||
return | void |
public FireClick ( bool downEffect ) : void | ||
downEffect | bool | If the down effect will simulate too. |
return | void |
public HandleControllerChanged ( FairyGUI.Controller c ) : void | ||
c | FairyGUI.Controller | |
return | void |
public Setup_AfterAdd ( |
||
cxml | ||
return | void |
protected Controller,FairyGUI _relatedController | ||
return | FairyGUI.Controller |