Version: 2019.3
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 public bool GetMirrorViewBlitDesc(RenderTexture mirrorRt, out XR.XRDisplaySubsystem.XRMirrorViewBlitDesc outDesc);
public bool GetMirrorViewBlitDesc(RenderTexture mirrorRt, out XR.XRDisplaySubsystem.XRMirrorViewBlitDesc outDesc, int mode);

Parameters

mirrorRtA render texture representing mirror view's render target.
outDescInformation that describes desired mirror view blit operation.
modeThe XRMirrorViewBlitMode XR display should perform.

Returns

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

Description

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