s&box docs

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: null
  • Description: Default: null
  • Order: Default: null
  • IsHeading: Default: False

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 void Deconstruct(string Name, string Icon, string Description, System.Nullable`1<int> Order, bool IsHeading)

Properties

Showing 5 properties

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.Menu.PathElement

On this page