MovementEffect
Class in Zigurous.CharacterController
Inherits from MovementProcess
Declaration
public abstract class MovementEffect : MovementProcessDescription
A type that activates a movement effect under certain conditions.
Properties
| condition | The movement condition(s) that trigger the effect. |
Methods
| OnEffectActivated | |
| OnEffectDeactivated |
Inherited
Properties
| 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. |