PixiJS Particle Emitter - No Rotation

No Rotation behavior prevents all other rotation caused by the spawn settings, and sets a particle’s rotation.

Parameters

Rotation Behavior Example:

Rotation Behavior Configuration: – other configuration excluded for brevity

{
  type: "rotationStatic",
  config: { "rotation": 90 }
}

PixiJS Particle Emitter: The Unauthorized Manual