Simple Poker Template 0.0.1
Loading...
Searching...
No Matches
SimplePoker.UI.BaseUI Class Reference

Base class for UI panels elements. More...

Inheritance diagram for SimplePoker.UI.BaseUI:
SimplePoker.UI.AdsUI SimplePoker.UI.DefeatUI SimplePoker.UI.GameplayUI SimplePoker.UI.MenuUI SimplePoker.UI.OptionUI SimplePoker.UI.ProfileUI SimplePoker.UI.WinnerUI

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
 

Detailed Description

Base class for UI panels elements.

Member Function Documentation

◆ Awake()

◆ Disable()

virtual void SimplePoker.UI.BaseUI.Disable ( )
virtual

Disables the UI element with fade-out animation.

◆ Enable()

virtual void SimplePoker.UI.BaseUI.Enable ( )
virtual

Member Data Documentation

◆ CanvasGroup

CanvasGroup SimplePoker.UI.BaseUI.CanvasGroup
protected

◆ disableFadeDuration

float SimplePoker.UI.BaseUI.disableFadeDuration = 0.05f
protected

◆ enableFadeDuration

float SimplePoker.UI.BaseUI.enableFadeDuration = 0.05f
protected

◆ Panel

GameObject SimplePoker.UI.BaseUI.Panel
protected

◆ UIStateManager

UIStateManager SimplePoker.UI.BaseUI.UIStateManager
protected

The documentation for this class was generated from the following file: