MovementHandlerThirdPersonAdventure.GetRotation
Method in MovementHandlerThirdPersonAdventure
Declaration
public override Quaternion GetRotation(MovementController controller, MovementState state)
Description
Determines the character's rotation.
Parameters
controller | The movement controller determining the rotation. |
state | The current movement state. |
Returns
Quaternion | The new character rotation. |