DockAttributeclass

objectAttributeDockAttribute
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.DockAttribute : System.Attribute

Constructors1

Showing 1 constructors

public DockAttribute(string target, string name, string icon = null)PUBLICCONSTRUCTOR

ParameterTypeDescription
targetstring
namestring
icon = nullstring

Methods1

Showing 1 methods

public static void RegisterWindow(string name, Editor.DockWindow b)PUBLICSTATIC

ParameterTypeDescription
namestring
bDockWindow
Returns:void

Properties3

Showing 3 properties

public string Editor.DockAttribute.Icon { get; set; }PUBLICGETSET

Returns:string

public string Editor.DockAttribute.Name { get; set; }PUBLICGETSET

Returns:string

On this page