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

Manages the state of the UI and enables/disables corresponding UI elements based on the current state. More...

Inheritance diagram for SimplePoker.UI.UIStateManager:
SimplePoker.Singleton< UIStateManager >

Public Member Functions

void SetMenuState (UIState state)
 Sets the menu state based on the provided state enum.
 

Properties

UIState UIState [get]
 
UIManager UIManager [get]
 

Additional Inherited Members

- Protected Member Functions inherited from SimplePoker.Singleton< UIStateManager >
override void Awake ()
 

Detailed Description

Manages the state of the UI and enables/disables corresponding UI elements based on the current state.

Member Function Documentation

◆ SetMenuState()

void SimplePoker.UI.UIStateManager.SetMenuState ( UIState state)

Sets the menu state based on the provided state enum.

Parameters
stateThe UI state to set.

Property Documentation

◆ UIManager

UIManager SimplePoker.UI.UIStateManager.UIManager
get

◆ UIState

UIState SimplePoker.UI.UIStateManager.UIState
get

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