LicenseConfiguration
Inherits from Asset
Summary
Constructors
LicenseConfiguration() |
LicenseConfiguration(guid: Guid) |
LicenseConfiguration(other: Asset) |
LicenseConfiguration(other: DataContainer) |
Properties
Name | Type |
---|---|
licenses | LicenseInfo[] |
Static members
Name | Type |
---|---|
LicenseConfiguration.typeInfo | TypeInformation |
Constructors
LicenseConfiguration
LicenseConfiguration()
Creates a new LicenseConfiguration frostbite instance.
LicenseConfiguration
LicenseConfiguration(guid: Guid)
Creates a new LicenseConfiguration frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
LicenseConfiguration
LicenseConfiguration(other: Asset)
Casts an instance of type Asset to LicenseConfiguration. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to LicenseConfiguration. |
LicenseConfiguration
LicenseConfiguration(other: DataContainer)
Casts an instance of type DataContainer to LicenseConfiguration. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to LicenseConfiguration. |
Properties
licenses
Static members
typeInfo
The type information for the LicenseConfiguration type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)