Version: 2022.2
언어: 한국어
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.