Show / Hide Table of Contents

Enum ApplicationController.ApplicationState

An enum to explain which state the application is.

Namespace: MacacaGames.GameSystem
Assembly: Macaca.GameSystem.dll
Syntax
public enum ApplicationState

Fields

Name Description
Gaming

Gaming, means user is in the GamePlay, equal to isGaming == true , Use ApplicationController.GameState to know the detail state of the gaming.

Lobby

Lobby is the homepage waiting for user to start the game

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX