Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SceneViewCameraWindow

Use this class to instantiate a SceneViewCameraWindow window.
Read time 1 minuteLast updated 7 days ago

Definition

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

GetWindowSizeRetrieves the dimensions of the SceneViewCameraWindow window.
OnGUIA callback used for drawing the GUI controls of the SceneViewCameraWindow window.

Static Events

Member

Description

additionalSettingsGuiSubscribe to this event to receive a callback when the SceneViewCameraWindow.OnGUI function is called.

Inheritance