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