Script interface for particle emitters.
| emit |
Should particles be automatically emitted each frame?
|
| minSize |
The minimum size each particle can be at the time when it is spawned.
|
| maxSize |
The maximum size each particle can be at the time when it is spawned.
|
| minEnergy |
The minimum lifetime of each particle, measured in seconds.
|
| maxEnergy |
The maximum lifetime of each particle, measured in seconds.
|
| minEmission |
The minimum number of particles that will be spawned every second.
|
| maxEmission |
The maximum number of particles that will be spawned every second.
|
| emitterVelocityScale |
he amount of the emitter's speed that the particles inherit.
|
| worldVelocity |
The starting speed of particles in world space, along X, Y, and Z.
|
| localVelocity |
The starting speed of particles along X, Y, and Z, measured in the object's orientation.
|
| rndVelocity |
A random speed along X, Y, and Z that is added to the velocity.
|
| useWorldSpace |
If enabled, the particles don't move when the emitter moves. If false, when you move the emitter, the particles follow it around.
|
| particles |
Returns a copy of all particles and assigns an array of all particles to be the current particles.
|
| particleCount |
The current number of particles (Read Only).
|