Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VFXEventAttribute(VFXEventAttribute)

The copy constructor for the VFXEventAttribute class.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Constructor
  • Namespace: UnityEngine.VFX
  • Assembly: UnityEngine.VFXModule
public VFXEventAttribute(VFXEventAttribute original)

Parameters

The source VFXEventAttribute to copy from.

Remarks

The default constructor is private. Only instantiate this class from the method VisualEffect.CreateVFXEventAttribute or with this copy constructor.