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

VisualEffect.Stop

切换到手册
public void Stop (Experimental.VFX.VFXEventAttribute eventAttribute);

参数

eventAttribute可以是 null 或者是通过 VisualEffect.CreateVFXEventAttribute 实例化的 eventAttribute。

描述

向所有生成系统发送停止事件。

等同于 SendEvent("OnStop")。