C# Class RaceGate, KestrelFPV

Inheritance: MonoBehaviour
Afficher le fichier Open project: eleurent/KestrelFPV

Méthodes publiques

Свойство Type Description
emissionColor Color
enabledColor Color
gateSound UnityEngine.AudioClip
nextColor Color
nextEmissionColor Color

Méthodes publiques

Méthode Description
DisableGate ( ) : void
EnableGate ( ) : void
Hide ( ) : void
OnTriggerEnter ( Collider other ) : void
SetRaceManager ( RaceManager, rm ) : void
Show ( ) : void
Start ( ) : void
isEnabled ( ) : bool
setNextGate ( ) : void

Method Details

DisableGate() public méthode

public DisableGate ( ) : void
Résultat void

EnableGate() public méthode

public EnableGate ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

SetRaceManager() public méthode

public SetRaceManager ( RaceManager, rm ) : void
rm RaceManager,
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

isEnabled() public méthode

public isEnabled ( ) : bool
Résultat bool

setNextGate() public méthode

public setNextGate ( ) : void
Résultat void

Property Details

emissionColor public_oe property

public Color emissionColor
Résultat Color

enabledColor public_oe property

public Color enabledColor
Résultat Color

gateSound public_oe property

public AudioClip,UnityEngine gateSound
Résultat UnityEngine.AudioClip

nextColor public_oe property

public Color nextColor
Résultat Color

nextEmissionColor public_oe property

public Color nextEmissionColor
Résultat Color