API Referenceglobal
public sealed struct Editor.Menu.PathElement
Constructors
Showing 1 constructors
public PathElement(string Name, string Icon = null, string Description = null, System.Nullable`1<int> Order = null, bool IsHeading = False)
Parameters
Icon: Default: nullDescription: Default: nullOrder: Default: nullIsHeading: Default: False
No results match this filter.
Methods
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)
public virtual sealed int CompareTo(Editor.Menu.PathElement other)
public void Deconstruct(string Name, string Icon, string Description, System.Nullable`1<int> Order, bool IsHeading)
public bool Matches(Editor.Menu.PathElement other)
public Editor.Menu.PathElement Merge(Editor.Menu.PathElement other)
No results match this filter.
Properties
Showing 5 properties
public string Editor.Menu.PathElement.Description { get; set; }
public string Editor.Menu.PathElement.Icon { get; set; }
public bool Editor.Menu.PathElement.IsHeading { get; set; }
public string Editor.Menu.PathElement.Name { get; set; }
public System.Nullable`1<int> Editor.Menu.PathElement.Order { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.Menu.PathElement |