Texture2DUpdateExternalTextureOn this pageTexture2D.UpdateExternalTexture(IntPtr nativeTex) Updates Unity texture to use different native texture object. Parameters: NameTypeDescriptionnativeTexIntPtrNative 2D texture object. Usage ---@type Texture2Dlocal texture2d;---@type IntPtrlocal nativeTex;texture2d.UpdateExternalTexture(nativeTex)