multiply_velocity

Scales the velocity by a multiplier, keeping its direction.

Categories: meta, movement

Required arguments

Key(s)DescriptionType
multiplierThe amount to multiply the velocity by.EXPRESSION

Example

mutators:
  - id: multiply_velocity
    args:
      multiplier: 1.5