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