Inherits CrossLink.UIEvent.
|
void | ResetLocalScale (Vector3 scale) |
|
Text | GetButtonText () |
|
void | EnableHoverBreathing (bool isOn) |
|
void | EnableHoverState (bool isOn) |
|
void | PlayHoverBreathingAnim (bool isOn) |
|
void | RefleshChildColor () |
|
override void | SetDisable (bool d) |
|
override void | Select () |
|
void | SetSelect (bool isSelect) |
|
bool | IsImageEmpty () |
|
void | SetTexture (Texture tex) |
|
void | SetSprite (Sprite sp) |
|
void | OnHover (bool h) |
|
|
MaskableGraphic | image |
|
Text | text |
|
GameObject[] | enabledObjs |
|
Image | selectImage |
|
Color | normalColor = Color.white |
|
Color | hoverColor = Color.white |
|
Color | disableColor = Color.white |
|
UnityEvent | select |
|
IUIButtonData | data |
|
bool | enabledScaleCoe = false |
|
float | selectScaleCoe = 1.4f |
|
Text[] | childTexts |
|
Image[] | childImages |
|
float | hoverBreathingTime = -1 |
|
SoundEffectInfo | clickSound |
|
float | shinyTime = -1 |
|
bool | isDisable = false |
|
|
override void | OnEnable () |
|
override void | OnDisable () |
|
void | Awake () |
|
override void | HoverEnter () |
|
override void | HoverExit () |
|
void | PlayShinyAnim (bool isOn) |
|
void | Awake () |
|
void | OnDestroy () |
|
|
System.Action< UIEvent > | SelectEvent |
|
System.Action< UIEvent > | HoverEnterEvent |
|
System.Action< UIEvent > | HoverExitEvent |
|
|
static UIEvent | QueryUIEvent (Transform trans) |
|
Transform | trans |
|