SceneViewCameraWindow
Use this class to instantiate a SceneViewCameraWindow window.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: PopupWindowContent
public class SceneViewCameraWindow : PopupWindowContent
Remarks
The SceneViewCameraWindow window displays settings for the SceneView camera.
Constructors
Constructor | Description |
|---|---|
| SceneViewCameraWindow(UnityEditor.SceneView) | Creates an instance of the SceneViewCameraWindow window. |
Methods
Method | Description |
|---|---|
| GetWindowSize | Retrieves the dimensions of the SceneViewCameraWindow window. |
| OnGUI | A callback used for drawing the GUI controls of the SceneViewCameraWindow window. |
Static Events
Member | Description |
|---|---|
| additionalSettingsGui | Subscribe to this event to receive a callback when the SceneViewCameraWindow.OnGUI function is called. |