Script interface for the Sub Emitters module.
See Also: ParticleSystem, ParticleSystem.subEmitters.
| enabled | Enable/disable the Sub Emitters module. | 
| subEmittersCount | The total number of sub-emitters. | 
| AddSubEmitter | Add a new sub-emitter. | 
| GetSubEmitterProperties | Get the properties of the sub-emitter at the given index. | 
| GetSubEmitterSystem | Get the sub-emitter Particle System at the given index. | 
| GetSubEmitterType | Get the type of the sub-emitter at the given index. | 
| RemoveSubEmitter | Remove a sub-emitter from the given index in the array. | 
| SetSubEmitterProperties | Set the properties of the sub-emitter at the given index. | 
| SetSubEmitterSystem | Set the Particle System to use as the sub-emitter at the given index. | 
| SetSubEmitterType | Set the type of the sub-emitter at the given index. |