initialEventName
The default event name. Unity calls this event when the VisualEffect awakes, or when you call VisualEffect.Reinit.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
public string initialEventName { get; set; }
Remarks
Additional Resources: VisualEffect.initialEventID.