Api PackageProperty
struct

PackageProperty

public sealed struct PackageProperty

A binary category used to divide into two categories. For example, Work In Progress.

Constructors

PackageProperty(String Name, String Icon, String Title, String Description, Int32 Count, Boolean IsExclusive)

A binary category used to divide into two categories. For example, Work In Progress.

Properties

Name Type Description
Name String
Icon String
Title String
Description String
Count Int32
IsExclusive Boolean

Methods

Void Deconstruct(String Name, String Icon, String Title, String Description, Int32 Count, Boolean IsExclusive)
Assembly: Sandbox.Engine Declaring Type: Package Full Name: Sandbox.Package.PackageProperty