Simple Poker Template 0.0.1
|
Base class for UI panels elements. More...
Public Member Functions | |
virtual void | Enable () |
Enables the UI element with fade-in animation. | |
virtual void | Disable () |
Disables the UI element with fade-out animation. | |
Protected Member Functions | |
virtual void | Awake () |
Protected Attributes | |
UIStateManager | UIStateManager |
GameObject | Panel |
CanvasGroup | CanvasGroup |
float | enableFadeDuration = 0.05f |
float | disableFadeDuration = 0.05f |
Base class for UI panels elements.
|
protectedvirtual |
|
virtual |
Disables the UI element with fade-out animation.
|
virtual |
Enables the UI element with fade-in animation.
Reimplemented in SimplePoker.UI.AdsUI, SimplePoker.UI.DefeatUI, SimplePoker.UI.GameplayUI, SimplePoker.UI.MenuUI, SimplePoker.UI.ProfileUI, and SimplePoker.UI.WinnerUI.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |