class
Entry
public class Entry A facet entry consists of a name, display information and the number of items inside
Constructors
Entry(String Name, String Title, String Icon, Int32 Count, List<Entry> Children) Properties
| Name | Type | Description |
|---|---|---|
Name | String | |
Title | String | |
Icon | String | |
Count | Int32 | |
Children | List<Entry> |
Methods
virtual Entry <Clone>$() Void Deconstruct(String Name, String Title, String Icon, Int32 Count, List<Entry> Children) Assembly:
Sandbox.Engine Declaring Type: Package/Facet Full Name: Sandbox.Package.Facet.Entry