Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

SceneViewCameraWindow

class in UnityEditor

/

Inherits from:PopupWindowContent

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Use this class to instantiate a SceneViewCameraWindow window.

The SceneViewCameraWindow window displays settings for the SceneView camera.

Static Properties

Property Description
bindAdditionalSettingsThis action is called to bind custom additional settings in the UI.
createAdditionalSettingsGUIThis function is called to create custom additional settings in the UI.

Constructors

Constructor Description
SceneViewCameraWindowCreates an instance of the SceneViewCameraWindow window.

Public Methods

Method Description
GetWindowSizeRetrieves the dimensions of the SceneViewCameraWindow window.

Events

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

Inherited Members

Properties

PropertyDescription
editorWindowThe EditorWindow that contains the popup content.

Public Methods

MethodDescription
CreateGUICreates custom GUI with UI Toolkit for the popup.
OnCloseCallback when the popup window is closed.
OnGUICallback for drawing GUI controls for the popup window.
OnOpenCallback when the popup window is opened.