C# Class RoundCounter, AngryCartels

Inheritance: MonoBehaviour
Afficher le fichier Open project: exsmiley/AngryCartels Class Usage Examples

Méthodes publiques

Свойство Type Description
roundText Text

Méthodes publiques

Méthode 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 méthode

public Update ( ) : void
Résultat void

setMaxRoundsText() public méthode

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
Résultat void

Property Details

roundText public_oe property

public Text roundText
Résultat Text