Version: 2022.3
言語: 日本語
public void GetEvents (List<string> names);

パラメーター

names The 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.