Property | Type | Description | |
---|---|---|---|
gates | GameObject[] | ||
lapText | Text | ||
numberOfLaps | int | ||
raceStarted | bool | ||
scoreCanvas | GameObject | ||
timeCanvas | GameObject | ||
timeText | Text |
Method | Description | |
---|---|---|
NextGate ( ) : void | ||
NextLap ( ) : void | ||
PreviousGatePosition ( ) : Transform | ||
ResetMyScore ( ) : void | ||
SetLapText ( string s ) : void | ||
SetTextColor ( Color c ) : void | ||
SetTimeText ( string s ) : void | ||
Start ( ) : void | ||
StartRace ( ) : void | ||
StopRace ( ) : void | ||
Update ( ) : void |