Version: 2020.1
언어: 한국어

CommandBuffer.IssuePluginCustomTextureUpdateV2

매뉴얼로 전환
public void IssuePluginCustomTextureUpdateV2 (IntPtr callback, Texture targetTexture, uint userData);

파라미터

callback Native code callback to queue for Unity's renderer to invoke.
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.