LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

ParticleSystem.SubEmittersModule.GetSubEmitterProperties

Switch to Manual
public ParticleSystemSubEmitterProperties GetSubEmitterProperties(int index);

Parameters

indexThe index of the desired sub-emitter.

Returns

ParticleSystemSubEmitterProperties The properties of the requested sub-emitter.

Description

Get the properties of the sub-emitter at the given index.