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