ServerBackendData
Inherits from Asset
Summary
Constructors
| ServerBackendData() |
| ServerBackendData(guid: Guid) |
| ServerBackendData(other: Asset) |
| ServerBackendData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| mappings | ServerBackendAttributeMapping[] |
Static members
| Name | Type |
|---|---|
| ServerBackendData.typeInfo | TypeInformation |
Constructors
ServerBackendData
ServerBackendData()
Creates a new ServerBackendData frostbite instance.
ServerBackendData
ServerBackendData(guid: Guid)
Creates a new ServerBackendData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
ServerBackendData
ServerBackendData(other: Asset)
Casts an instance of type Asset to ServerBackendData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to ServerBackendData. |
ServerBackendData
ServerBackendData(other: DataContainer)
Casts an instance of type DataContainer to ServerBackendData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to ServerBackendData. |
Properties
mappings
Static members
typeInfo
The type information for the ServerBackendData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)