PathElementclass

objectPathElement
Namespace
global
Assembly
Sandbox.Tools
Declaration
public sealed struct Editor.Menu.PathElement

Constructors1

Showing 1 constructors

public PathElement(string Name, string Icon = null, string Description = null, System.Nullable`1<int> Order = null, bool IsHeading = False)PUBLICCONSTRUCTOR

ParameterTypeDescription
Namestring
Icon = nullstring
Description = nullstring
Order = nullNullable<int>
IsHeading = Falsebool

Methods5

Showing 5 methods

public static int Compare(System.Collections.Generic.IReadOnlyList`1<Editor.Menu.PathElement> aPath, System.Collections.Generic.IReadOnlyList`1<Editor.Menu.PathElement> bPath)PUBLICSTATIC

ParameterTypeDescription
aPathIReadOnlyList<PathElement>
bPathIReadOnlyList<PathElement>
Returns:int

public virtual sealed int CompareTo(Editor.Menu.PathElement other)PUBLICVIRTUAL

ParameterTypeDescription
otherPathElement
Returns:int

public void Deconstruct(string Name, string Icon, string Description, System.Nullable`1<int> Order, bool IsHeading)PUBLIC

ParameterTypeDescription
Namestring
Iconstring
Descriptionstring
OrderNullable<int>
IsHeadingbool
Returns:void

Properties5

Showing 5 properties

public string Editor.Menu.PathElement.Description { get; set; }PUBLICGETSET

Returns:string

public string Editor.Menu.PathElement.Icon { get; set; }PUBLICGETSET

Returns:string

public bool Editor.Menu.PathElement.IsHeading { get; set; }PUBLICGETSET

Returns:bool

public string Editor.Menu.PathElement.Name { get; set; }PUBLICGETSET

Returns:string

public System.Nullable`1<int> Editor.Menu.PathElement.Order { get; set; }PUBLICGETSET

Returns:Nullable<int>

On this page