C# Class ExhaustFX, racing_game

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rarau/racing_game

Méthodes publiques

Свойство Type Description
exhaust GameObject

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
OnGearShift ( int gearNumber ) : void
Start ( ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGearShift() public méthode

public OnGearShift ( int gearNumber ) : void
gearNumber int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

exhaust public_oe property

public GameObject exhaust
Résultat GameObject