Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

StereoScreenCaptureMode

enumeration

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答