C# Class RoundCounter, AngryCartels

Inheritance: MonoBehaviour
Mostra file Open project: exsmiley/AngryCartels Class Usage Examples

Public Properties

Property Type Description
roundText Text

Public Methods

Method Description
Update ( ) : void
setMaxRoundsText ( int maxRounds ) : void

Sets the maximum number of rounds to be displayed for this game. This method should only be called once at the start of the game scene.

Method Details

Update() public method

public Update ( ) : void
return void

setMaxRoundsText() public method

Sets the maximum number of rounds to be displayed for this game. This method should only be called once at the start of the game scene.
public setMaxRoundsText ( int maxRounds ) : void
maxRounds int
return void

Property Details

roundText public_oe property

public Text roundText
return Text