VisualEffect.GetSpawnSystemNames

Cambiar al Manual
public void GetSpawnSystemNames (List<string> names);

Parámetros

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

Descripción

Gets the name of every spawn system.

Preallocating the input list speeds up the retrieval process.