This version of Unity is unsupported.

VisualEffect.GetParticleSystemNames

public void GetParticleSystemNames(List<string> names);

Parameters

names The List that this function populates with the particle system names.

Description

Gets the name of every particle system.

Preallocating the input list speeds up the retrieval process.