C# Class ScoreCounter

Inheritance: MonoBehaviour
Mostra file Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
text Text

Public Methods

Method Description
DecreaseScore ( ) : void
IncreaseScore ( ) : void
Start ( ) : void

Method Details

DecreaseScore() public method

public DecreaseScore ( ) : void
return void

IncreaseScore() public method

public IncreaseScore ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

text public_oe property

public Text text
return Text