SceneViewCameraWindow
Use this class to instantiate a SceneViewCameraWindow window.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
- Inherits from: PopupWindowContent
public class SceneViewCameraWindow : PopupWindowContent
Remarks
The SceneViewCameraWindow window displays settings for the SceneView camera.
Static Fields
Value | 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. |
Constructors
Constructor | Description |
|---|---|
| SceneViewCameraWindow(UnityEditor.SceneView) | Creates an instance of the SceneViewCameraWindow window. |
Methods
Method | Description |
|---|---|
| CreateGUI | Creates custom GUI with UI Toolkit for the popup. |
| GetWindowSize | Retrieves the dimensions of the SceneViewCameraWindow window. |