s&box docs

public class Editor.BaseWindow : Editor.Widget

Constructors

Showing 1 constructors

Methods

Showing 4 methods

protected virtual void OnClosed()

protected virtual void OnPaint()

public virtual void SetWindowIcon(string name)

public virtual void Show()

Properties

Showing 2 properties

public System.Action Editor.BaseWindow.OnWindowClosed { get; set; }

public bool Editor.BaseWindow.StartCentered { get; set; }

Position the window at the centre of the screen (or main editor window if one is present) by default.

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.BaseWindow

On this page