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