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