Emit
Particle Action - Emit a number of particles from another particle
Emits a maximum of 15 particles from a parent particle. This is used to emit the particles at an event, to create an explosion, an impact or something similar. It is not not recommended to use this to emit trails (use a Emit Particles instead).
Variables:
- Num Particles: Number of particles to emit
- Actions: Actions applied to the emitted particles
- Speed: Speed of the emitted particles
- Inherit Particle Speed: Speed of the emitted particles inherited from the parent particle
- Lifetime: Lifetime of the emitted particles
- Directions: Directions of the emitted particles
Python
Oil.createObject("EmitParticleAction")