C# Class ScoreDisplay, goalBall

Inheritance: MonoBehaviour
Exibir arquivo Open project: DrexelGoalBall/goalBall Class Usage Examples

Public Properties

Property Type Description
BlueScore Text,
RedScore Text,
scoreKeeper ScoreKeeper,

Public Methods

Method Description
Start ( ) : void

Initializes variables needed for this script.

Update ( ) : void

Updates the score with the current values of scoreKeeper.

Method Details

Start() public method

Initializes variables needed for this script.
public Start ( ) : void
return void

Update() public method

Updates the score with the current values of scoreKeeper.
public Update ( ) : void
return void

Property Details

BlueScore public_oe property

public Text, BlueScore
return Text,

RedScore public_oe property

public Text, RedScore
return Text,

scoreKeeper public_oe property

public ScoreKeeper, scoreKeeper
return ScoreKeeper,