Version: 2019.4
public void GetEvents (List<string> names);

パラメーター

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

説明

Gets the name of every Event connected to a system.

To increase the speed of the retrieval process, preallocate the names input list.

See Also: VisualEffect.SendEvent.