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