# SceneViewCameraWindow

> Use this class to instantiate a SceneViewCameraWindow window.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor
* **Inherits from:** [PopupWindowContent](/engine/6000.3/script-reference/unityeditor/popupwindowcontent.md)

```csharp
public class SceneViewCameraWindow : PopupWindowContent
```

## Remarks

The [SceneViewCameraWindow](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow.md) window displays settings for the [SceneView](/engine/6000.3/script-reference/unityeditor/sceneview.md) camera.

## Constructors

| Constructor                                                                                                               | Description                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| [SceneViewCameraWindow(UnityEditor.SceneView)](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow/ctor.md) | Creates an instance of the [SceneViewCameraWindow](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow.md) window. |

## Methods

| Method                                                                                              | Description                                                                                                                                               |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [GetWindowSize](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow/getwindowsize.md) | Retrieves the dimensions of the [SceneViewCameraWindow](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow.md) window.                     |
| [OnGUI](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow/ongui.md)                 | A callback used for drawing the GUI controls of the [SceneViewCameraWindow](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow.md) window. |

## Static Events

| Member                                                                                                              | Description                                                                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [additionalSettingsGui](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow/additionalsettingsgui.md) | Subscribe to this event to receive a callback when the [SceneViewCameraWindow.OnGUI](/engine/6000.3/script-reference/unityeditor/sceneviewcamerawindow/ongui.md) function is called. |

## Inheritance

**Inherited Members:**

* [PopupWindowContent.CreateGUI()](/engine/6000.3/script-reference/unityeditor/popupwindowcontent/creategui.md)
* [PopupWindowContent.OnOpen()](/engine/6000.3/script-reference/unityeditor/popupwindowcontent/onopen.md)
* [PopupWindowContent.OnClose()](/engine/6000.3/script-reference/unityeditor/popupwindowcontent/onclose.md)
* [PopupWindowContent.editorWindow](/engine/6000.3/script-reference/unityeditor/popupwindowcontent/editorwindow.md)
