Api PathElement
struct

PathElement

public sealed struct PathElement

Constructors

PathElement(String Name, String Icon, String Description, Int32? Order, Boolean IsHeading)

Properties

Name Type Description
Name String
Icon String
Description String
Order Int32?
IsHeading Boolean

Methods

virtual Int32 CompareTo(PathElement other)
static Int32 Compare(IReadOnlyList<PathElement> aPath, IReadOnlyList<PathElement> bPath)
Boolean Matches(PathElement other)
PathElement Merge(PathElement other)
Void Deconstruct(String Name, String Icon, String Description, Int32? Order, Boolean IsHeading)
Assembly: Sandbox.Tools Declaring Type: Menu Full Name: Editor.Menu.PathElement