Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Camera.StereoscopicEye

Enum used to specify either the left or the right eye of a stereoscopic camera.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum Camera.StereoscopicEye

Fields

Value

Description

LeftSpecifies the target to be the left eye.
RightSpecifies the target to be the right eye.