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

modifiersThe speed modifiers to apply.
valueThe value to apply the speed modifiers to.
flagsThe current movement flags.