Class SceneEditorWindow
Base class for editor windows dedicated to scene editing.
Inheritance
System.Object
FlaxEngine.GUI.ScrollableControl
SceneEditorWindow
Implements
System.IComparable
Namespace: FlaxEditor.Windows
Assembly: FlaxEngine.CSharp.dll
Syntax
public abstract class SceneEditorWindow : EditorWindow, IComparable, IDrawable
Constructors
SceneEditorWindow(Editor, Boolean, ScrollBars)
Initializes a new instance of the SceneEditorWindow class.
Declaration
protected SceneEditorWindow(Editor editor, bool hideOnClose, ScrollBars scrollBars)
Parameters
Editor
editor
The editor. |
System.Boolean
hideOnClose
True if hide window on closing, otherwise it will be destroyed. |
ScrollBars
scrollBars
The scroll bars. |