Simple Poker Template 0.0.1
|
Public Member Functions | |
override void | Enable () |
Enables the UI element with fade-in animation. | |
Public Member Functions inherited from SimplePoker.UI.BaseUI | |
virtual void | Disable () |
Disables the UI element with fade-out animation. | |
Protected Member Functions | |
override void | Awake () |
Additional Inherited Members | |
Protected Attributes inherited from SimplePoker.UI.BaseUI | |
UIStateManager | UIStateManager |
GameObject | Panel |
CanvasGroup | CanvasGroup |
float | enableFadeDuration = 0.05f |
float | disableFadeDuration = 0.05f |
|
protectedvirtual |
Reimplemented from SimplePoker.UI.BaseUI.
|
virtual |
Enables the UI element with fade-in animation.
Reimplemented from SimplePoker.UI.BaseUI.