MovementHandlerNone
Class in Zigurous.CharacterController
Inherits from MovementHandler
Declaration
public class MovementHandlerNone : MovementHandler
Description
A movement handler that prevents the character from moving.
Static Properties
Instance | The shared instance of the no movement handler. |
Properties
movementStyle | The type of movement style. |
unmovableConditions | The conditions that prevent the character from moving. |
Methods
GetDirection | Determines the character's movement direction. |
GetRotation | Determines the character's rotation. |
GetAnimationDirection | Determines the character's direction for animation purposes. This is usually the character's forward direction normalized in local space. |
Inherited
Properties
movableConditions | The conditions that must be met for the character to move. |