This version of Unity is unsupported.

VisualEffect.GetSystemNames

public void GetSystemNames(List<string> names);

Parameters

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

Description

Gets the name of every system.

Preallocating the input list speeds up the retrieval process.