C# Class CountDownOnBeat

Inheritance: MonoBehaviour, Beater
Mostrar archivo Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
text Text

Public Methods

Method Description
Beat ( ) : void
Continue ( ) : void
ResetAndStop ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Beat() public method

public Beat ( ) : void
return void

Continue() public method

public Continue ( ) : void
return void

ResetAndStop() public method

public ResetAndStop ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

text public_oe property

public Text text
return Text