Version: 2023.1
public void Stop ();
public void Stop (VFX.VFXEventAttribute eventAttribute);

参数

eventAttribute 可以为 null 或 VFXEventAttribute。要创建 VFXEventAttribute,请使用 VisualEffect.CreateVFXEventAttribute

描述

使用此方法可将停止事件发送到所有生成系统。

等同于 SendEvent("OnStop")。