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