API Referenceglobal
PathElementclass
object→PathElement
Constructors1
Showing 1 constructors
public PathElement(string Name, string Icon = null, string Description = null, System.Nullable`1<int> Order = null, bool IsHeading = False)
| Parameter | Type | Description |
|---|---|---|
| Name | string | — |
| Icon = null | string | — |
| Description = null | string | — |
| Order = null | Nullable<int> | — |
| IsHeading = False | bool | — |
No results match this filter.
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)
| Parameter | Type | Description |
|---|---|---|
| aPath | IReadOnlyList<PathElement> | — |
| bPath | IReadOnlyList<PathElement> | — |
Returns:
int—public virtual sealed int CompareTo(Editor.Menu.PathElement other)
| Parameter | Type | Description |
|---|---|---|
| other | PathElement | — |
Returns:
int—public void Deconstruct(string Name, string Icon, string Description, System.Nullable`1<int> Order, bool IsHeading)
| Parameter | Type | Description |
|---|---|---|
| Name | string | — |
| Icon | string | — |
| Description | string | — |
| Order | Nullable<int> | — |
| IsHeading | bool | — |
Returns:
void—public bool Matches(Editor.Menu.PathElement other)
| Parameter | Type | Description |
|---|---|---|
| other | PathElement | — |
Returns:
bool—public Editor.Menu.PathElement Merge(Editor.Menu.PathElement other)
| Parameter | Type | Description |
|---|---|---|
| other | PathElement | — |
No results match this filter.
Properties5
Showing 5 properties
public string Editor.Menu.PathElement.Description { get; set; }
Returns:
string—public string Editor.Menu.PathElement.Icon { get; set; }
Returns:
string—public bool Editor.Menu.PathElement.IsHeading { get; set; }
Returns:
bool—public string Editor.Menu.PathElement.Name { get; set; }
Returns:
string—public System.Nullable`1<int> Editor.Menu.PathElement.Order { get; set; }
Returns:
Nullable<int>—No results match this filter.