This version of Unity is unsupported.

VFXEventAttribute.CopyValuesFrom

Declaration

public void CopyValuesFrom(VFX.VFXEventAttribute eventAttibute);

Parameters

eventAttibute The source event attribute.

Description

Copies the values from a VFXEventAttribute to the one you call this function from.

This function doesn't add any value, it copies values from source event attribute to already existing properties.