# lensShift

> The lens offset of the camera. The lens shift is relative to the sensor size. For example, a lens shift of 0.5 offsets the sensor by half its horizontal size.

## Definition

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

```csharp
public Vector2 lensShift { get; set; }
```

### Remarks

To use this property, enable [Camera.usePhysicalProperties](/engine/6000.0/script-reference/unityengine/camera/usephysicalproperties.md).
