API Referenceglobal
public sealed struct Sandbox.Package.PackageProperty
A binary category used to divide into two categories. For example, Work In Progress.
Constructors
Showing 1 constructors
public PackageProperty(string Name, string Icon, string Title, string Description, int Count, bool IsExclusive)
A binary category used to divide into two categories. For example, Work In Progress.
No results match this filter.
Methods
Showing 1 methods
public void Deconstruct(string Name, string Icon, string Title, string Description, int Count, bool IsExclusive)
No results match this filter.
Properties
Showing 6 properties
public int Sandbox.Package.PackageProperty.Count { get; set; }
public string Sandbox.Package.PackageProperty.Description { get; set; }
public string Sandbox.Package.PackageProperty.Icon { get; set; }
public bool Sandbox.Package.PackageProperty.IsExclusive { get; set; }
public string Sandbox.Package.PackageProperty.Name { get; set; }
public string Sandbox.Package.PackageProperty.Title { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Package.PackageProperty |