C# Class ControllerWheels.Wheel, ProjectPhoenix

Show file Open project: Alx666/ProjectPhoenix

Public Properties

Property Type Description
Collider WheelCollider
Gfx GameObject

Private Properties

Property Type Description

Public Methods

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

Method Details

OnUpdate() public method

public OnUpdate ( ) : void
return void

Steer() public method

public Steer ( float fSteer ) : void
fSteer float
return void

Wheel() public method

public Wheel ( ) : UnityEngine
return UnityEngine

Wheel() public method

public Wheel ( WheelCollider coll, GameObject gfx ) : UnityEngine
coll WheelCollider
gfx GameObject
return UnityEngine

Property Details

Collider public property

public WheelCollider Collider
return WheelCollider

Gfx public property

public GameObject Gfx
return GameObject