Version: 2020.3
言語: 日本語

CommandBuffer.IssuePluginCustomTextureUpdateV2

マニュアルに切り替える
public void IssuePluginCustomTextureUpdateV2 (IntPtr callback, Texture targetTexture, uint userData);

パラメーター

callback Unity のレンダラーを起動させるために Queue するネイティブコードコールバック
targetTexture Texture resource to be updated.
userData User data to send to the native plugin.

説明

Send a texture update event to a native code plugin.