Version: 2022.3
言語: 日本語

CommandBuffer.IssuePluginEventAndDataWithFlags

マニュアルに切り替える
public void IssuePluginEventAndDataWithFlags (IntPtr callback, int eventID, Rendering.CustomMarkerCallbackFlags flags, IntPtr data);

パラメーター

callback Unity のレンダラーを起動させるために Queue するネイティブコードコールバック
eventID Built in or user defined id to send to the callback.
flags See CustomMarkerCallbackFlags for more details.
data Custom data to pass to the native plugin callback.

説明

Send a user-defined event to a native code plugin with custom data and callback flags.