# ResetAspect()

> Revert the aspect ratio to the screen's aspect ratio.

## Definition

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

```csharp
public void ResetAspect()
```

### Remarks

Call this to end the effect of setting [Camera.aspect](/engine/6000.6/script-reference/unityengine/camera/aspect.md).
