# Camera.StereoscopicEye

> Enum used to specify either the left or the right eye of a stereoscopic camera.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum Camera.StereoscopicEye
```

## Fields

| Value                                                                                | Description                               |
| ------------------------------------------------------------------------------------ | ----------------------------------------- |
| [Left](/engine/6000.6/script-reference/unityengine/camera/stereoscopiceye/left.md)   | Specifies the target to be the left eye.  |
| [Right](/engine/6000.6/script-reference/unityengine/camera/stereoscopiceye/right.md) | Specifies the target to be the right eye. |
