C# Class ControllerWheels.GroundState, ProjectPhoenix

Inheritance: IFlyState
Afficher le fichier Open project: Alx666/ProjectPhoenix

Méthodes publiques

Méthode Description
GroundState ( ControllerWheels, hOwner ) : UnityEngine
OnEnter ( ) : void
Update ( ) : IFlyState

Private Methods

Méthode Description
SetCenterOfMass ( Vector3 val ) : void

Method Details

GroundState() public méthode

public GroundState ( ControllerWheels, hOwner ) : UnityEngine
hOwner ControllerWheels,
Résultat UnityEngine

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

Update() public méthode

public Update ( ) : IFlyState
Résultat IFlyState