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