Version: 2017.2

CommandBuffer.IssuePluginEvent

Switch to Manual
public void IssuePluginEvent (IntPtr callback, int eventID);

Parameters

callback Native code callback to queue for Unity's renderer to invoke.
eventID User defined id to send to the callback.

Description

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

See GL.IssuePluginEvent for more details and an example.