EdgeSlip
Class in Zigurous.CharacterController
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
settings | The settings for the behavior. |
enabled | Enables or disables the behavior from being updated. |
controller | The movement controller handling the process. |
registered | Whether the process has been registered to a controller. |
order | Determines the order in which processes are handled. The process with the lowest order value is handled first. |
id | The unique identifier of the movement process. |