PixiJS Particle Emitter - Rotation

Rotation behavior controls a particle’s starting rotation, rotation speed, and rotational acceleration.

Parameters

Rotation Behavior Example:

Rotation Behavior Configuration: – other configuration excluded for brevity

{
  type: "rotation",
  config: {
    "minStart": 0,
    "maxStart": 180,
    "minSpeed": 1,
    "maxSpeed": 5,
    "accel": 10
  }
}

PixiJS Particle Emitter: The Unauthorized Manual