C# Class InGameCanvasManager

Inheritance: MonoBehaviour
Afficher le fichier Open project: DRMold/HungryHungryTetris Class Usage Examples

Méthodes publiques

Свойство Type Description
gameMasterScript GameMaster,
gameOverPanel GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
ShowLeftLost ( ) : void
ShowRightLost ( ) : void
showGameOver ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gameMasterScript public_oe property

public GameMaster, gameMasterScript
Résultat GameMaster,

gameOverPanel public_oe property

public GameObject gameOverPanel
Résultat GameObject