MovementHandlerNone

Inherits from MovementHandler

Declaration

public class MovementHandlerNone : MovementHandler

Description

A movement handler that prevents the character from moving.

Static Properties

InstanceThe shared instance of the no movement handler.

Properties

movementStyleThe type of movement style.
unmovableConditionsThe conditions that prevent the character from moving.

Methods

GetDirectionDetermines the character's movement direction.
GetRotationDetermines the character's rotation.
GetAnimationDirectionDetermines the character's direction for animation purposes. This is usually the character's forward direction normalized in local space.
Inherited

Properties

movableConditionsThe conditions that must be met for the character to move.