Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

XRDisplaySubsystem.GetMirrorViewBlitDesc

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Obsolete GetMirrorViewBlitDesc(RenderTexture, out XRMirrorViewBlitDesc) is deprecated. Use GetMirrorViewBlitDesc(RenderTexture, out XRMirrorViewBlitDesc, int) instead.

Declaration

public Boolean GetMirrorViewBlitDesc(RenderTexture mirrorRt, out UnityEngine.XR.XRDisplaySubsystem/XRMirrorViewBlitDesc outDesc);

Declaration

public Boolean GetMirrorViewBlitDesc(RenderTexture mirrorRt, out UnityEngine.XR.XRDisplaySubsystem/XRMirrorViewBlitDesc outDesc, Int32 mode);

Parameters

Parameter Description
mirrorRt A render texture representing mirror view's render target.
outDesc Information that describes desired mirror view blit operation.
mode The XRMirrorViewBlitMode XR display should perform.

Returns

Boolean Return true if information is retrieved successfully, false otherwise.

Description

Get a mirror view blit operation descriptor from the current display subsystem.