MovementHandler


Declaration

public abstract class MovementHandler

Description

A movement style handler that calculates the direction and rotation of the character relative to the camera.

Properties

movementStyleThe type of movement style.
movableConditionsThe conditions that must be met for the character to move.
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.