GetSpawnSystemNames(List<string>)
Gets the name of every spawn system.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
public void GetSpawnSystemNames(List<string> names)
Parameters
The List that this function populates with the spawn system names.
Remarks
Preallocating the input list speeds up the retrieval process.