CopyValuesFrom(VFXEventAttribute)
Copies the values from a VFXEventAttribute to the one you call this function from.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
public void CopyValuesFrom(VFXEventAttribute eventAttibute)
Parameters
The source event attribute.
Remarks
This function doesn't add any value, it copies values from source event attribute to already existing properties.