Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IssuePluginCustomTextureUpdateV2(IntPtr, Texture, uint)

Send a texture update event to a native code plugin.
Read time 1 minuteLast updated 4 days ago

Definition

public void IssuePluginCustomTextureUpdateV2(IntPtr callback, Texture targetTexture, uint userData)

Parameters

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.