Declaration
public void Stop();Parameters
Parameter | Description |
---|---|
eventAttribute | Can be null or a VFXEventAttribute. To create a VFXEventAttribute, use VisualEffect.CreateVFXEventAttribute. |
Description
Use this method to send a stop event to all Spawn systems.
Equivalent to SendEvent("OnStop").