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