API ReferenceEditor
public class Editor.StatusBar : Editor.Widget
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
No results match this filter.
Methods
Showing 4 methods
public void AddWidgetLeft(Editor.Widget w, int stretch = 0)
Parameters
stretch: Default: 0
public void AddWidgetRight(Editor.Widget w, int stretch = 0)
Parameters
stretch: Default: 0
public void RemoveWidget(Editor.Widget w)
public void ShowMessage(string text, float seconds = 5)
Parameters
seconds: Default: 5
No results match this filter.
Properties
Showing 1 properties
public bool Editor.StatusBar.SizeGrip { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.StatusBar |