CustomMovementEffect
Class in Zigurous.CharacterController.Effects
Inherits from Zigurous.CharacterController.MovementEffect
Declaration
public class CustomMovementEffect : MovementEffect
Description
A custom effect type that invokes a unity event when triggered.
Properties
condition | The movement condition(s) that trigger the effect. |
activated | The event that is invoked when the effect is activated. |
deactivated | The event that is invoked when the effect is deactivated. |
Methods
OnEffectActivated | |
OnEffectDeactivated |