A value between minimum speed multipler and 1 is randomly generated and multiplied with each speed value to generate the actual speed for each particle.
Speed of the particles in world units/second, with a minimum value of 0
Order in which the behavior will be handled. Lower numbers are handled earlier, with an order of 0 getting special treatment before the Emitter's transformation is applied.
Called to initialize a wave of particles, with a reference to the first particle in the linked list.
Updates a single particle for a given period of time elapsed. Return true
to recycle the particle.
Generated using TypeDoc
A Movement behavior that uses an interpolated or stepped list of values for a particles speed at any given moment. Movement direction is controlled by the particle's starting rotation.
Example config: