Version: 2020.2
言語: 日本語

StereoScreenCaptureMode

enumeration

マニュアルに切り替える

説明

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.

変数

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.