C# Class ControllerWheels.GroundState, ProjectPhoenix

Inheritance: IFlyState
Show file Open project: Alx666/ProjectPhoenix

Public Methods

Method Description
GroundState ( ControllerWheels, hOwner ) : UnityEngine
OnEnter ( ) : void
Update ( ) : IFlyState

Private Methods

Method Description
SetCenterOfMass ( Vector3 val ) : void

Method Details

GroundState() public method

public GroundState ( ControllerWheels, hOwner ) : UnityEngine
hOwner ControllerWheels,
return UnityEngine

OnEnter() public method

public OnEnter ( ) : void
return void

Update() public method

public Update ( ) : IFlyState
return IFlyState