SpeedModifierExtensions.ApplyTo
Extension Method in SpeedModifierExtensions
Declaration
public static void ApplyTo(this SpeedModifier[] modifiers, ref float value, MovementFlags flags)Description
Applies the speed modifiers to a value given a movement state.
Parameters
| modifiers | The speed modifiers to apply. |
| value | The value to apply the speed modifiers to. |
| flags | The current movement flags. |