Version: 2022.3

SceneViewCameraWindow

class in UnityEditor

/

继承自:PopupWindowContent

切换到手册

描述

Use this class to instantiate a SceneViewCameraWindow window.

The SceneViewCameraWindow window displays settings for the SceneView camera.

构造函数

SceneViewCameraWindowCreates an instance of the SceneViewCameraWindow window.

公共函数

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

Events

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

继承的成员

变量

editorWindow包含弹出内容的 EditorWindow。

公共函数

OnClose关闭弹出窗口时使用的回调。
OnOpen打开弹出窗口时使用的回调。