EdgeSlip

Inherits from MovementBehavior<T>

Declaration

public sealed class EdgeSlip : MovementBehavior<EdgeSlipSettings>

Description

Handles slipping the character off surface edges to prevent them from appearing as though they are floating.

Inherited

Properties

settingsThe settings for the behavior.
enabledEnables or disables the behavior from being updated.
controllerThe movement controller handling the process.
registeredWhether the process has been registered to a controller.
orderDetermines the order in which processes are handled. The process with the lowest order value is handled first.
idThe unique identifier of the movement process.