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