IssuePluginEventAndDataWithFlags(IntPtr, int, CustomMarkerCallbackFlags, IntPtr)
Send a user-defined event to a native code plugin with custom data and callback flags.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public void IssuePluginEventAndDataWithFlags(IntPtr callback, int eventID, CustomMarkerCallbackFlags flags, IntPtr data)
Parameters
Native code callback to queue for Unity's renderer to invoke.
Built in or user defined id to send to the callback.
See CustomMarkerCallbackFlags for more details.
Custom data to pass to the native plugin callback.