C# Class RedOrBlue, goalBall

Displays the winning team in the endgame scene
Inheritance: MonoBehaviour
Afficher le fichier Open project: DrexelGoalBall/goalBall

Méthodes publiques

Свойство Type Description
blue Text
red Text

Méthodes publiques

Méthode Description
Start ( ) : void

Destroys the object corresponding to the losing team

Method Details

Start() public méthode

Destroys the object corresponding to the losing team
public Start ( ) : void
Résultat void

Property Details

blue public_oe property

public Text blue
Résultat Text

red public_oe property

public Text red
Résultat Text