KnockbackEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki

KnockbackEffect - An object

Properties

mode - Required enum

Allowed values

  • ALL
  • OTHER

The mode of operation

Defaults to OTHER

multiplier - Optional Expression

The number to multiply the velocity by or set the velocity to. See overwriteCurrentVelocity

Defaults to 1.0

overwriteCurrentVelocity - Optional boolean

If true, sets the velocity. If false, multiplies original velocity

Defaults to true