C# Class ControllerPlayerWheel.IKWheel, ProjectPhoenix

Inheritance: Wheel
Show file Open project: Alx666/ProjectPhoenix

Public Properties

Property Type Description
Axle GameObject
IK RootMotion.FinalIK.CCDIK

Public Methods

Method Description
OnLateUpdate ( ) : void
OnUpdate ( ) : void
Steer ( float fSteer ) : void

Method Details

OnLateUpdate() public method

public OnLateUpdate ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

Steer() public method

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

Property Details

Axle public property

public GameObject Axle
return GameObject

IK public property

public CCDIK,RootMotion.FinalIK IK
return RootMotion.FinalIK.CCDIK