SpeedModifier.Type


Declaration

public enum Type

Description

A modification type that indicates how a value is factored into a character's movement speed.

Properties

MultiplierThe speed is multiplied with the modifier value.
AdditiveThe speed is added with the modifier value.
FixedValueThe speed is set to the modifier value.
LimiterThe speed is limited to the modifier value.