Particles.SubEmitterDescription
Index
Properties
optionalchance
Triggering float chance from 0 to 1.
optionalcount
Particles count for the single emit time.
optionaldata
Additional data of the emitted particle.
optionalkeepEmitter
If true, the new particle will save the emitter that was used for it's creation if it had been.
More about capabilities
In this case we are talking about emitters, not about sub-emitters.
optionalkeepVelocity
If true, the new particle will have the velocity of the particle,
that calls the sub-emitter, at the time of invocation.
optionalrandomize
If this value is listed, emitted particles will receive random initial speed,
that isn't more than value * sqrt(3).
type
Emitted particle's type numeric ID.
Custom particle's sub-emitter params object.