This version of Unity is unsupported.

VFXEventAttribute Constructor

Declaration

public VFXEventAttribute(VFX.VFXEventAttribute original);

Parameters

original The source VFXEventAttribute to copy from.

Description

The copy constructor for the VFXEventAttribute class.

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