BubbleButton Methods |
The BubbleButton type exposes the following members.
Name | Description | |
---|---|---|
Awake |
Save the initial state.
| |
GetScale |
Get the current scale of the button.
| |
SetHover |
Called when the hover state changes.
(Overrides UiElementSetHover(Boolean).) | |
SetHoverProgress |
Called when the hover animation progress changes.
(Overrides UiElementSetHoverProgress(Single).) | |
SetPressed |
Called when the pressed state changes.
(Overrides UiElementSetPressed(Boolean).) | |
SetPressProgress |
Called when the press animation progress changes.
(Overrides UiElementSetPressProgress(Single).) | |
SetSelectProgress |
Called when the select animation progress changes.
(Overrides UiElementSetSelectProgress(Single).) | |
SetShowProgress |
Called when the show/hide animation progress changes.
(Overrides UiElementSetShowProgress(Single).) | |
Start |
Set the initial state of this element.
(Overrides UiElementStart.) | |
UpdateScale |
Update the scale of the button object.
|