C# Class ScoreDisplay, goalBall

Inheritance: MonoBehaviour
Afficher le fichier Open project: DrexelGoalBall/goalBall Class Usage Examples

Méthodes publiques

Свойство Type Description
BlueScore Text,
RedScore Text,
scoreKeeper ScoreKeeper,

Méthodes publiques

Méthode Description
Start ( ) : void

Initializes variables needed for this script.

Update ( ) : void

Updates the score with the current values of scoreKeeper.

Method Details

Start() public méthode

Initializes variables needed for this script.
public Start ( ) : void
Résultat void

Update() public méthode

Updates the score with the current values of scoreKeeper.
public Update ( ) : void
Résultat void

Property Details

BlueScore public_oe property

public Text, BlueScore
Résultat Text,

RedScore public_oe property

public Text, RedScore
Résultat Text,

scoreKeeper public_oe property

public ScoreKeeper, scoreKeeper
Résultat ScoreKeeper,