C# Class InGameCanvasManager

Inheritance: MonoBehaviour
Show file Open project: DRMold/HungryHungryTetris Class Usage Examples

Public Properties

Property Type Description
gameMasterScript GameMaster,
gameOverPanel GameObject

Public Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ShowLeftLost ( ) : void
ShowRightLost ( ) : void
showGameOver ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gameMasterScript public property

public GameMaster, gameMasterScript
return GameMaster,

gameOverPanel public property

public GameObject gameOverPanel
return GameObject