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