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