Use this class to instantiate a SceneViewCameraWindow window.
The SceneViewCameraWindow window displays settings for the SceneView camera.
| Property | Description |
|---|---|
| bindAdditionalSettings | This action is called to bind custom additional settings in the UI. |
| createAdditionalSettingsGUI | This function is called to create custom additional settings in the UI. |
| Constructor | Description |
|---|---|
| SceneViewCameraWindow | Creates an instance of the SceneViewCameraWindow window. |
| Method | Description |
|---|---|
| GetWindowSize | Retrieves the dimensions of the SceneViewCameraWindow window. |
| Event | Description |
|---|---|
| additionalSettingsGui | Subscribe to this event to receive a callback when the SceneViewCameraWindow.SceneViewCameraWindow function is called. |
| Property | Description |
|---|---|
| editorWindow | The EditorWindow that contains the popup content. |