C# Class RaceManager, KestrelFPV

Inheritance: MonoBehaviour
Afficher le fichier Open project: eleurent/KestrelFPV Class Usage Examples

Méthodes publiques

Свойство Type Description
gates GameObject[]
lapText Text
numberOfLaps int
raceStarted bool
scoreCanvas GameObject
timeCanvas GameObject
timeText Text

Méthodes publiques

Méthode 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

Method Details

NextGate() public méthode

public NextGate ( ) : void
Résultat void

NextLap() public méthode

public NextLap ( ) : void
Résultat void

PreviousGatePosition() public méthode

public PreviousGatePosition ( ) : Transform
Résultat Transform

ResetMyScore() public méthode

public ResetMyScore ( ) : void
Résultat void

SetLapText() public méthode

public SetLapText ( string s ) : void
s string
Résultat void

SetTextColor() public méthode

public SetTextColor ( Color c ) : void
c Color
Résultat void

SetTimeText() public méthode

public SetTimeText ( string s ) : void
s string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartRace() public méthode

public StartRace ( ) : void
Résultat void

StopRace() public méthode

public StopRace ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gates public_oe property

public GameObject[] gates
Résultat GameObject[]

lapText public_oe property

public Text lapText
Résultat Text

numberOfLaps public_oe property

public int numberOfLaps
Résultat int

raceStarted public_oe property

public bool raceStarted
Résultat bool

scoreCanvas public_oe property

public GameObject scoreCanvas
Résultat GameObject

timeCanvas public_oe property

public GameObject timeCanvas
Résultat GameObject

timeText public_oe property

public Text timeText
Résultat Text