C# Class Interactive.GameManager

Inheritance: UnityEngine.MonoBehaviour, IGameManagerForStates, IGameManagerForUI
Afficher le fichier Open project: juliancruz87/madbricks Class Usage Examples

Méthodes publiques

Свойство Type Description
levelInfo LevelInfo

Méthodes publiques

Méthode Description
Goal ( ) : void
InitializeUI ( ) : void
Lose ( ) : void
Pause ( ) : void
Play ( ) : void
RestartGame ( ) : void
ReturnToLevelSelection ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
EndGame ( ) : void
ForceEndGame ( ) : void
IsBossJailed ( ) : bool
IsEveryTotemOnPlace ( ) : bool
OnGameStateChanged ( ) : void
OnTotemsSet ( ) : void
PlayEndSequence ( GameResults results ) : void
Start ( ) : void
StartGame ( ) : void
StartPlanning ( ) : void

Method Details

Goal() public méthode

public Goal ( ) : void
Résultat void

InitializeUI() public méthode

public InitializeUI ( ) : void
Résultat void

Lose() public méthode

public Lose ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

RestartGame() public méthode

public RestartGame ( ) : void
Résultat void

ReturnToLevelSelection() public méthode

public ReturnToLevelSelection ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

levelInfo public_oe property

public LevelInfo levelInfo
Résultat LevelInfo