C# Class ControllerWheels.FlyState, ProjectPhoenix

Inheritance: IFlyState
Mostra file Open project: Alx666/ProjectPhoenix

Public Methods

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

Private Methods

Method Description
SetCenterOfMass ( Vector3 val ) : void

Method Details

FlyState() public method

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

OnEnter() public method

public OnEnter ( ) : void
return void

Update() public method

public Update ( ) : IFlyState
return IFlyState