Options
All
  • Public
  • Public/Protected
  • All
Menu

An emitter with this component emits particles in bursts. A burst is a particle event where a number of particles are all emitted at the same time. A cycle is a single occurrence of a burst.

Hierarchy

Index

Constructors

constructor

  • new BurstEmission(count?: Range, interval?: Range, cycles?: number): BurstEmission
  • Parameters

    • Optional count: Range
    • Optional interval: Range
    • Optional cycles: number

    Returns BurstEmission

Properties

count

count: Range

How many particles in every cycle.

cycles

cycles: number

How many times to play the burst.

interval

interval: Range

The interval between cycles, in seconds.

Static _isSharedComp

_isSharedComp: boolean

Static _size

_size: number

Static _view

_view: any

Static cid

cid: number

Static count

Static cycles

Static interval

Methods

Static _dtorFn

  • Parameters

    Returns void

Static _fromPtr

Static _tempHeapPtr

  • Parameters

    Returns number

Static _toPtr

  • Parameters

    Returns void

Generated using TypeDoc