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);

파라미터

eventNameThe name of the event.
eventNameIDThe name ID of the event retrieved by Shader.PropertyToID.
eventAttributeCan be null or eventAttribute instantiated with VisualEffect.CreateVFXEventAttribute.

설명

Send a custom named event.