Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSubEmitterProperties(int)

Gets the properties of the sub-emitter at the given index.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public ParticleSystemSubEmitterProperties GetSubEmitterProperties(int index)

Parameters

index

The index of the sub-emitter.

Returns

Type

Description

ParticleSystemSubEmitterPropertiesThe properties of the sub-emitter at the index.