LungeEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki

LungeEffect - An object

Properties

mode - Required enum

Allowed values

  • ALL
  • OTHER
  • SELF

The mode of operation

Defaults to SELF

horizontalVelocity - Optional Expression

The scale to scale the horizontal components of the velocity vector

Defaults to 0

verticalVelocity - Optional Expression

The scale to scale the vertical components of the velocity vector

Defaults to 0

overwrite - Optional boolean

If true, sets the velocity vector. If false, adds to the velocity vector

Defaults to true