outputEventReceived
Output event are reported trough this callback.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Field
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
public Action<VFXOutputEventArgs> outputEventReceived
Remarks
If you need to store the VFXEventAttribute in the OutputEventArgs, use the copy constructor of VFXEventAttribute or retrieve the value immediately. This is necessary because Unity recycles the VFXEventAttribute.