C# Class TextCountdown

Inheritance: MonoBehaviour
Datei anzeigen Open project: DRMold/HungryHungryTetris

Public Properties

Property Type Description
parentPanel GameObject

Public Methods

Method Description
ReadyHandle ( ) : void

Private Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
StartCountdown ( ) : IEnumerator
interruptHandler ( ) : void

Method Details

ReadyHandle() public method

public ReadyHandle ( ) : void
return void

Property Details

parentPanel public_oe property

public GameObject parentPanel
return GameObject