ToolBarclass

objectWidgetToolBar
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.ToolBar : Editor.Widget

Constructors1

Showing 1 constructors

public ToolBar(Editor.Widget parent, string name = null)PUBLICCONSTRUCTOR

ParameterTypeDescription
parentWidget
name = nullstring

Methods6

Showing 6 methods

public T AddWidget(T widget)PUBLIC

ParameterTypeDescription
widgetT
Returns:T

public void Clear()PUBLIC

Returns:void

public void SetIconSize(Vector2 size)PUBLIC

ParameterTypeDescription
sizeVector2
Returns:void

Properties4

Showing 4 properties

public bool Editor.ToolBar.Floatable { get; set; }PUBLICGETSET

Returns:bool

public bool Editor.ToolBar.Movable { get; set; }PUBLICGETSET

Returns:bool

public string Editor.ToolBar.Title { get; set; }PUBLICGETSET

Returns:string

On this page