C# Class GameFlow, diluvium

Game flow. Controls the flow of the game states. (THE GAME STATE MACHINE!)
Inheritance: MonoBehaviour
Afficher le fichier Open project: Collegiennes/diluvium Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance GameFlow,
state GameState,

Méthodes publiques

Méthode Description
Restart ( ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

Restart() public méthode

public Restart ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static GameFlow, Instance
Résultat GameFlow,

state public_oe property

public GameState, state
Résultat GameState,