# lastSceneViewRotation

> When the Scene view is in 2D mode, this property contains the last SceneView.camera rotation.

## Definition

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

```csharp
public Quaternion lastSceneViewRotation { get; set; }
```
