API ReferenceEditor
BaseWindowclass
Constructors1
Showing 1 constructors
public BaseWindow()
No results match this filter.
Methods4
Showing 4 methods
protected virtual void OnClosed()
Returns:
void—protected virtual void OnPaint()
Returns:
void—public virtual void SetWindowIcon(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
Returns:
void—public virtual void Show()
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public System.Action Editor.BaseWindow.OnWindowClosed { get; set; }
Returns:
Action—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.
Returns:
bool—No results match this filter.