IssuePluginEvent(IntPtr, int)
Send a user-defined event to a native code plugin.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public void IssuePluginEvent(IntPtr callback, int eventID)
Parameters
Remarks
See GL.IssuePluginEvent for more details and an example.