GetEvents(List<string>)
Gets the name of every Event connected to a system.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
public void GetEvents(List<string> names)
Parameters
The List that this function populates with the event system names.
Remarks
To increase the speed of the retrieval process, preallocate the input list.
namesAdditional Resources: VisualEffect.SendEvent.