API Referenceglobal
public class Editor.AdvancedDropdownWidget.ItemEntry : Editor.Widget
A leaf item entry widget.
Constructors
Showing 1 constructors
public ItemEntry(Editor.Widget parent, Editor.AdvancedDropdownItem item = null)
Parameters
item: Default: null
No results match this filter.
Methods
Showing 1 methods
protected virtual void OnPaint()
No results match this filter.
Properties
Showing 4 properties
public string Editor.AdvancedDropdownWidget.ItemEntry.Icon { get; set; }
public bool Editor.AdvancedDropdownWidget.ItemEntry.IsSelected { get; set; }
public Editor.AdvancedDropdownItem Editor.AdvancedDropdownWidget.ItemEntry.Item { get; set; }
The source item for this entry.
public string Editor.AdvancedDropdownWidget.ItemEntry.Text { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.AdvancedDropdownWidget.ItemEntry |