EditorMainWindowclass

objectDockWindowEditorMainWindow
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.EditorMainWindow : Editor.DockWindow

Methods10

Showing 10 methods

public bool IsFullscreen(Editor.Widget widget)PUBLIC

Is a widget currently the fullscreen widget

ParameterTypeDescription
widgetWidget
Returns:bool

public void OnAssetSelected(Editor.Asset asset)PUBLIC

ParameterTypeDescription
assetAsset
Returns:void

protected virtual bool OnClose()PROTECTEDVIRTUAL

Returns:bool

public virtual void OnDestroyed()PUBLICVIRTUALLIFECYCLE

Returns:void

protected virtual void OnPaint()PROTECTEDVIRTUAL

Returns:void

protected virtual void RestoreDefaultDockLayout()PROTECTEDVIRTUAL

Returns:void

public bool SetFullscreen(Editor.Widget widget)PUBLIC

Sets a widget as the fullscreen widget

ParameterTypeDescription
widgetWidget
Returns:boolwhether or not the widget is now fullscreen

public void SetVisible(bool visible)PUBLIC

ParameterTypeDescription
visiblebool
Returns:void

public void ShowCloseDialog()PUBLIC

Returns:void

public void UpdateEditorTitle(string title)PUBLICPER-FRAME

ParameterTypeDescription
titlestring
Returns:void

Properties3

Showing 3 properties

On this page