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