Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


eventAttribute

Stores the current event attribute.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.VFX
  • Assembly: UnityEngine.VFXModule
public readonly VFXEventAttribute eventAttribute { get; }

Remarks

If you need to store this object, use the copy constructor of VFXEventAttribute or retrieve the value immediately. This is necessary because Unity recycles this object.