MovementEffect

Inherits from MovementProcess

Declaration

public abstract class MovementEffect : MovementProcess

Description

A type that activates a movement effect under certain conditions.

Properties

conditionThe movement condition(s) that trigger the effect.

Methods

OnEffectActivated
OnEffectDeactivated
Inherited

Properties

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.