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