SpeedModifier


Declaration

[Serializable]
public struct SpeedModifier

Description

A modifier that alters a character's movement speed.

Properties

conditionThe movement state condition that must be met for the speed modifier to be applied.
typeHow the modifier value is factored into the character's movement speed.
valueThe value factored into the character's movement speed when the movement state condition is met.

Constructors

SpeedModifierConstructs a new speed modifier with the given parameters.