VeniceOnlineConfiguration

Inherits from OnlineConfiguration

Summary

Constructors

VeniceOnlineConfiguration()
VeniceOnlineConfiguration(guid: Guid)
VeniceOnlineConfiguration(other: OnlineConfiguration)
VeniceOnlineConfiguration(other: Asset)
VeniceOnlineConfiguration(other: DataContainer)

Properties

Name Type
platforms OnlinePlatformConfiguration[]
entitlementQueries EntitlementQuery[]
useFallback bool

Static members

Name Type
VeniceOnlineConfiguration.typeInfo TypeInformation

Constructors

VeniceOnlineConfiguration

VeniceOnlineConfiguration()

Creates a new VeniceOnlineConfiguration frostbite instance.

VeniceOnlineConfiguration

VeniceOnlineConfiguration(guid: Guid)

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

Parameters

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

VeniceOnlineConfiguration

VeniceOnlineConfiguration(other: OnlineConfiguration)

Casts an instance of type OnlineConfiguration to VeniceOnlineConfiguration. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other OnlineConfiguration The instance to cast to VeniceOnlineConfiguration.

VeniceOnlineConfiguration

VeniceOnlineConfiguration(other: Asset)

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

Parameters

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

VeniceOnlineConfiguration

VeniceOnlineConfiguration(other: DataContainer)

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

Parameters

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

Properties

platforms

OnlinePlatformConfiguration[]

entitlementQueries

EntitlementQuery[]

useFallback

bool

Static members

typeInfo

TypeInformation

The type information for the VeniceOnlineConfiguration type.

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