C# Class RaceGate, KestrelFPV

Inheritance: MonoBehaviour
Show file Open project: eleurent/KestrelFPV

Public Properties

Property Type Description
emissionColor Color
enabledColor Color
gateSound UnityEngine.AudioClip
nextColor Color
nextEmissionColor Color

Public Methods

Method 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 method

public DisableGate ( ) : void
return void

EnableGate() public method

public EnableGate ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

SetRaceManager() public method

public SetRaceManager ( RaceManager, rm ) : void
rm RaceManager,
return void

Show() public method

public Show ( ) : void
return void

Start() public method

public Start ( ) : void
return void

isEnabled() public method

public isEnabled ( ) : bool
return bool

setNextGate() public method

public setNextGate ( ) : void
return void

Property Details

emissionColor public property

public Color emissionColor
return Color

enabledColor public property

public Color enabledColor
return Color

gateSound public property

public AudioClip,UnityEngine gateSound
return UnityEngine.AudioClip

nextColor public property

public Color nextColor
return Color

nextEmissionColor public property

public Color nextEmissionColor
return Color