![]() | 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 UiElement.SetHover(Boolean).) |
![]() | SetHoverProgress |
Called when the hover animation progress changes.
(Overrides UiElement.SetHoverProgress(Single).) |
![]() | SetPressed |
Called when the pressed state changes.
(Overrides UiElement.SetPressed(Boolean).) |
![]() | SetPressProgress |
Called when the press animation progress changes.
(Overrides UiElement.SetPressProgress(Single).) |
![]() | SetSelectProgress |
Called when the select animation progress changes.
(Overrides UiElement.SetSelectProgress(Single).) |
![]() | SetShowProgress |
Called when the show/hide animation progress changes.
(Overrides UiElement.SetShowProgress(Single).) |
![]() | Start |
Set the initial state of this element.
(Overrides UiElement.Start().) |
![]() | UpdateScale |
Update the scale of the button object.
|