C# Class GameManager2, madbricks

Inheritance: MonoBehaviour
Afficher le fichier Open project: juliancruz87/madbricks Class Usage Examples

Méthodes publiques

Свойство Type Description
hudContainer HudContainer

Méthodes publiques

Méthode Description
Awake ( ) : void
LoadMenu ( ) : void
LoadMenuCoroutine ( ) : IEnumerator
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GameOver ( ) : void
RestartLevel ( ) : void
WinGame ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

LoadMenu() public méthode

public LoadMenu ( ) : void
Résultat void

LoadMenuCoroutine() public méthode

public LoadMenuCoroutine ( ) : IEnumerator
Résultat IEnumerator

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

hudContainer public_oe property

public HudContainer hudContainer
Résultat HudContainer