public void IssuePluginEvent (IntPtr callback, int eventID);

Parameters

callbackNative code callback to queue for Unity's renderer to invoke.
eventIDUser defined id to send to the callback.

Description

Отправить пользовательское событие в нативный плагин.

See GL.IssuePluginEvent for more details and an example.