C# Class ControllerWheels.Wheel, ProjectPhoenix

Afficher le fichier Open project: Alx666/ProjectPhoenix

Méthodes publiques

Свойство Type Description
Collider WheelCollider
Gfx GameObject

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnUpdate ( ) : void
Steer ( float fSteer ) : void
Wheel ( ) : UnityEngine
Wheel ( WheelCollider coll, GameObject gfx ) : UnityEngine

Method Details

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void

Steer() public méthode

public Steer ( float fSteer ) : void
fSteer float
Résultat void

Wheel() public méthode

public Wheel ( ) : UnityEngine
Résultat UnityEngine

Wheel() public méthode

public Wheel ( WheelCollider coll, GameObject gfx ) : UnityEngine
coll WheelCollider
gfx GameObject
Résultat UnityEngine

Property Details

Collider public_oe property

public WheelCollider Collider
Résultat WheelCollider

Gfx public_oe property

public GameObject Gfx
Résultat GameObject