Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.

Additional resources: VisualEffect.SendEvent.