# SceneViewCameraWindow

> Use this class to instantiate a SceneViewCameraWindow window.

## Definition

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

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

## Remarks

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

## Static Fields

| Value                                                                                                                           | Description                                                             |
| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [bindAdditionalSettings](/engine/6000.7/script-reference/unityeditor/sceneviewcamerawindow/bindadditionalsettings.md)           | This action is called to bind custom additional settings in the UI.     |
| [createAdditionalSettingsGUI](/engine/6000.7/script-reference/unityeditor/sceneviewcamerawindow/createadditionalsettingsgui.md) | This function is called to create custom additional settings in the UI. |

## Constructors

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

## Methods

| Method                                                                                              | Description                                                                                                                           |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| [CreateGUI](/engine/6000.7/script-reference/unityeditor/sceneviewcamerawindow/creategui.md)         | Creates custom GUI with UI Toolkit for the popup.                                                                                     |
| [GetWindowSize](/engine/6000.7/script-reference/unityeditor/sceneviewcamerawindow/getwindowsize.md) | Retrieves the dimensions of the [SceneViewCameraWindow](/engine/6000.7/script-reference/unityeditor/sceneviewcamerawindow.md) window. |

## Inheritance

**Inherited Members:**

* [PopupWindowContent.OnGUI(Rect)](/engine/6000.7/script-reference/unityeditor/popupwindowcontent/ongui.md)
* [PopupWindowContent.OnOpen()](/engine/6000.7/script-reference/unityeditor/popupwindowcontent/onopen.md)
* [PopupWindowContent.OnClose()](/engine/6000.7/script-reference/unityeditor/popupwindowcontent/onclose.md)
* [PopupWindowContent.editorWindow](/engine/6000.7/script-reference/unityeditor/popupwindowcontent/editorwindow.md)
