This version of Unity is unsupported.

VisualEffect.GetSpawnSystemNames

public void GetSpawnSystemNames(List<string> names);

Parameters

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

Description

Gets the name of every spawn system.

Preallocating the input list speeds up the retrieval process.