# easingEnabled

> Enables Camera movement easing in the SceneView. This makes the Camera ease in when it starts moving, and ease out when it stops.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public bool easingEnabled { get; set; }
```
