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