Method OnVFXOutputEvent
OnVFXOutputEvent(VFXEventAttribute)
This function is called when the specified event in outputEvent on the attached VisualEffect is triggered. The VFXEventAttribute passed as parameter is temporary and can be modified in a later process.
Declaration
public abstract void OnVFXOutputEvent(VFXEventAttribute eventAttribute)
Parameters
Type | Name | Description |
---|---|---|
VFXEventAttribute | eventAttribute | The VFXEventAttribute handling properties from the spawn event. |