Class ParticleEmissionMode

Controls how are particle positions on a shape chosen.

Constructors

Properties

Accessors

Methods

Constructors

Properties

_interval: number
_speed: number

Accessors

  • get interval(): number
  • Determines the minimum interval allowed between the generated particles. 0 specifies the particles can be generated anywhere on the shape.

    Returns number

  • set interval(value): void
  • Parameters

    • value: number

    Returns void

  • get speed(): number
  • Speed along which particle generation should move around the shape, relevant for Loop and PingPing emission modes.

    Returns number

  • set speed(value): void
  • Parameters

    • value: number

    Returns void

Methods