C# Class ControllerPlayerWheel, ProjectPhoenix

Inheritance: ControllerWheels
Mostrar archivo Open project: Alx666/ProjectPhoenix

Public Properties

Property Type Description
WheelsConfig List

Public Methods

Method Description
BeginTurnLeft ( ) : void
BeginTurnRight ( ) : void
EndTurnLeft ( ) : void
EndTurnRight ( ) : void
LateUpdate ( ) : void

Protected Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

BeginTurnLeft() public method

public BeginTurnLeft ( ) : void
return void

BeginTurnRight() public method

public BeginTurnRight ( ) : void
return void

EndTurnLeft() public method

public EndTurnLeft ( ) : void
return void

EndTurnRight() public method

public EndTurnRight ( ) : void
return void

FixedUpdate() protected method

protected FixedUpdate ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

WheelsConfig public_oe property

public List WheelsConfig
return List