s&box docs

public class Editor.AdvancedDropdownItem

A tree node for use with `Editor.AdvancedDropdownWidget`. Items with children are categories; items without children are selectable leaves.

Constructors

Showing 2 constructors

Methods

Showing 3 methods

public void Clear()

Remove all children.

Properties

Showing 8 properties

public System.Action`2<Sandbox.Rect,float> Editor.AdvancedDropdownItem.PaintIcon { get; set; }

Optional custom icon painting. Receives the icon rect and current opacity.

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.AdvancedDropdownItem

On this page