C# Class ExhaustFX, racing_game

Inheritance: MonoBehaviour
Mostra file Open project: Rarau/racing_game

Public Properties

Property Type Description
exhaust GameObject

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnGearShift ( int gearNumber ) : void
Start ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnGearShift() public method

public OnGearShift ( int gearNumber ) : void
gearNumber int
return void

Start() public method

public Start ( ) : void
return void

Property Details

exhaust public_oe property

public GameObject exhaust
return GameObject