Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSubEmitterSystem(int)

Gets the sub-emitter Particle System at the given index.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public ParticleSystem GetSubEmitterSystem(int index)

Parameters

index

The index of the desired sub-emitter.

Returns

Type

Description

ParticleSystemThe sub-emitter at the index.