PresencePlaygroupServiceData

Inherits from PresenceServiceData

Summary

Constructors

PresencePlaygroupServiceData()
PresencePlaygroupServiceData(guid: Guid)
PresencePlaygroupServiceData(other: PresenceServiceData)
PresencePlaygroupServiceData(other: Asset)
PresencePlaygroupServiceData(other: DataContainer)

Static members

Name Type
PresencePlaygroupServiceData.typeInfo TypeInformation

Constructors

PresencePlaygroupServiceData

PresencePlaygroupServiceData()

Creates a new PresencePlaygroupServiceData frostbite instance.

PresencePlaygroupServiceData

PresencePlaygroupServiceData(guid: Guid)

Creates a new PresencePlaygroupServiceData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

PresencePlaygroupServiceData

PresencePlaygroupServiceData(other: PresenceServiceData)

Casts an instance of type PresenceServiceData to PresencePlaygroupServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PresenceServiceData The instance to cast to PresencePlaygroupServiceData.

PresencePlaygroupServiceData

PresencePlaygroupServiceData(other: Asset)

Casts an instance of type Asset to PresencePlaygroupServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to PresencePlaygroupServiceData.

PresencePlaygroupServiceData

PresencePlaygroupServiceData(other: DataContainer)

Casts an instance of type DataContainer to PresencePlaygroupServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to PresencePlaygroupServiceData.

Static members

typeInfo

TypeInformation

The type information for the PresencePlaygroupServiceData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)