Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StereoTargetEyeMask

Enum values for the Camera's targetEye property.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum StereoTargetEyeMask

Fields

Value

Description

BothRender both eyes to the HMD.
LeftRender only the Left eye to the HMD.
NoneDo not render either eye to the HMD.
RightRender only the right eye to the HMD.