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