Version: 2019.2
Experimental: this API is experimental and might be changed or removed in the future.

VisualEffect.Stop

Switch to Manual
public void Stop (Experimental.VFX.VFXEventAttribute eventAttribute);

Parameters

eventAttributeCan be null or eventAttribute instantiated with VisualEffect.CreateVFXEventAttribute.

Description

Send a stop event to all Spawn systems.

Equivalent to SendEvent("OnStop").