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

VisualEffect.SendEvent

切换到手册
public void SendEvent (string eventName, Experimental.VFX.VFXEventAttribute eventAttribute);

参数

eventName事件名称。
eventNameID通过 Shader.PropertyToID 检索的事件的名称 ID。
eventAttribute可以是 null 或者是通过 VisualEffect.CreateVFXEventAttribute 实例化的 eventAttribute。

描述

发送自定义指定事件。