Version: 2019.2
LanguageEnglish
  • C#

StereoScreenCaptureMode

enumeration

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

Description

Enumeration specifying the eye texture to capture when using ScreenCapture.CaptureScreenshot and when stereo rendering is enabled.

The CaptureScreenshot method will default to StereoScreenCaptureMode.LeftEye. When captured in stereo mode, the resolution of the screenshot will be the size of the game window on the main display.

Properties

LeftEyeThe Left Eye is captured. This is the default setting for the CaptureScreenshot method.
RightEyeThe Right Eye is captured.
BothEyesBoth the left and right eyes are captured and composited into one image.