C# Class RedOrBlue, goalBall

Displays the winning team in the endgame scene
Inheritance: MonoBehaviour
Mostra file Open project: DrexelGoalBall/goalBall

Public Properties

Property Type Description
blue Text
red Text

Public Methods

Method Description
Start ( ) : void

Destroys the object corresponding to the losing team

Method Details

Start() public method

Destroys the object corresponding to the losing team
public Start ( ) : void
return void

Property Details

blue public_oe property

public Text blue
return Text

red public_oe property

public Text red
return Text