This version of Unity is unsupported.

VisualEffectAsset.GetEvents

Declaration

public void GetEvents(List<string> names);

Parameters

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

Description

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.