UIInventoryCompData
Inherits from UIComponentData
Summary
Constructors
| UIInventoryCompData() |
| UIInventoryCompData(guid: Guid) |
| UIInventoryCompData(other: UIComponentData) |
| UIInventoryCompData(other: Asset) |
| UIInventoryCompData(other: DataContainer) |
Static members
| Name | Type |
|---|---|
| UIInventoryCompData.typeInfo | TypeInformation |
Constructors
UIInventoryCompData
UIInventoryCompData()
Creates a new UIInventoryCompData frostbite instance.
UIInventoryCompData
UIInventoryCompData(guid: Guid)
Creates a new UIInventoryCompData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UIInventoryCompData
UIInventoryCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UIInventoryCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UIComponentData | The instance to cast to UIInventoryCompData. |
UIInventoryCompData
UIInventoryCompData(other: Asset)
Casts an instance of type Asset to UIInventoryCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to UIInventoryCompData. |
UIInventoryCompData
UIInventoryCompData(other: DataContainer)
Casts an instance of type DataContainer to UIInventoryCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UIInventoryCompData. |
Static members
typeInfo
The type information for the UIInventoryCompData type.