Script interface for the SubEmittersModule of a Particle System.
See Also: ParticleSystem, ParticleSystem.subEmitters.
| enabled | Specifies whether the SubEmittersModule is enabled or disabled. | 
| subEmittersCount | The total number of sub-emitters. | 
| AddSubEmitter | Add a new sub-emitter. | 
| GetSubEmitterEmitProbability | Gets the probability that the sub-emitter emits particles. | 
| GetSubEmitterProperties | Gets the properties of the sub-emitter at the given index. | 
| GetSubEmitterSystem | Gets the sub-emitter Particle System at the given index. | 
| GetSubEmitterType | Gets the type of the sub-emitter at the given index. | 
| RemoveSubEmitter | Removes a sub-emitter from the given index in the array. | 
| SetSubEmitterEmitProbability | Sets the probability that the sub-emitter emits particles. | 
| SetSubEmitterProperties | Sets the properties of the sub-emitter at the given index. | 
| SetSubEmitterSystem | Sets the Particle System to use as the sub-emitter at the given index. | 
| SetSubEmitterType | Sets the type of the sub-emitter at the given index. |