Class EditorOptionsWindow
Editor window for changing the options.
Inheritance
System.Object
FlaxEngine.GUI.ScrollableControl
EditorOptionsWindow
Implements
System.IComparable
Namespace: FlaxEditor.Windows
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class EditorOptionsWindow : EditorWindow, IComparable, IDrawable
Constructors
EditorOptionsWindow(Editor)
Initializes a new instance of the EditorOptionsWindow class.
Declaration
public EditorOptionsWindow(Editor editor)
Parameters
Editor
editor
The editor. |
Methods
OnClosing(ClosingReason)
Called when window is closing. Operation can be cancelled.
Declaration
protected override bool OnClosing(ClosingReason reason)
Parameters
ClosingReason
reason
The reason. |
Returns
System.Boolean
True if cancel, otherwise false to allow. |
Overrides
OnDestroy()
Method called when managed instance should be destroyed
Declaration
public override void OnDestroy()
Overrides
OnInit()
Called when window should be initialized. At this point, main window, content database, default editor windows are ready.
Declaration
public override void OnInit()
Overrides
OnShow()
Called when window shows.
Declaration
protected override void OnShow()