SetSubEmitterProperties(int, ParticleSystemSubEmitterProperties)
Sets the properties of the sub-emitter at the given index.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public void SetSubEmitterProperties(int index, ParticleSystemSubEmitterProperties properties)
Parameters
The index of the sub-emitter you want to modify.
The new properties to assign to this sub-emitter.