Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScreenCapture.StereoScreenCaptureMode

Enumeration specifying the eye texture to capture when using ScreenCapture.CaptureScreenshot and when stereo rendering is enabled.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ScreenCaptureModule
public enum ScreenCapture.StereoScreenCaptureMode

Remarks

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.

Fields

Value

Description

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