API Referenceglobal
PackagePropertyclass
A binary category used to divide into two categories. For example, Work In Progress.
object→PackageProperty
Constructors1
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.
| Parameter | Type | Description |
|---|---|---|
| Name | string | — |
| Icon | string | — |
| Title | string | — |
| Description | string | — |
| Count | int | — |
| IsExclusive | bool | — |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(string Name, string Icon, string Title, string Description, int Count, bool IsExclusive)
| Parameter | Type | Description |
|---|---|---|
| Name | string | — |
| Icon | string | — |
| Title | string | — |
| Description | string | — |
| Count | int | — |
| IsExclusive | bool | — |
Returns:
void—No results match this filter.
Properties6
Showing 6 properties
public int Sandbox.Package.PackageProperty.Count { get; set; }
Returns:
int—public string Sandbox.Package.PackageProperty.Description { get; set; }
Returns:
string—public string Sandbox.Package.PackageProperty.Icon { get; set; }
Returns:
string—public bool Sandbox.Package.PackageProperty.IsExclusive { get; set; }
Returns:
bool—public string Sandbox.Package.PackageProperty.Name { get; set; }
Returns:
string—public string Sandbox.Package.PackageProperty.Title { get; set; }
Returns:
string—No results match this filter.