Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

index

The index of the sub-emitter you want to modify.

The new properties to assign to this sub-emitter.