Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSubEmitterType(int)

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

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public ParticleSystemSubEmitterType GetSubEmitterType(int index)

Parameters

index

The index of the desired sub-emitter.

Returns

Type

Description

ParticleSystemSubEmitterTypeThe type of sub-emitter at the index.