Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetRenderTexture(uint)

Given the UnityXRRenderTextureID returned by IUnityXRDisplayInterface::CreateTexture, return the managed UnityEngine.RenderTexture instance.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule
public RenderTexture GetRenderTexture(uint unityXrRenderTextureId)

Parameters

unityXrRenderTextureId

The ID number identifying the render texture.

Returns

Type

Description

RenderTextureThe managed UnityEngine.RenderTexture instance associated with the UnityXRRenderTextureID.