C# Class CarControlScript, Cars

Inheritance: MonoBehaviour
Afficher le fichier Open project: xtephan/Cars Class Usage Examples

Méthodes publiques

Свойство Type Description
AcceleratePedal GUITexture
BreakPedal GUITexture
wheelFL WheelCollider
wheelFLTrans Transform

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
ControlCar ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

AcceleratePedal public_oe property

public GUITexture AcceleratePedal
Résultat GUITexture

BreakPedal public_oe property

public GUITexture BreakPedal
Résultat GUITexture

wheelFL public_oe property

public WheelCollider wheelFL
Résultat WheelCollider

wheelFLTrans public_oe property

public Transform wheelFLTrans
Résultat Transform