VeniceOnlineConfiguration
Inherits from OnlineConfiguration
Summary
Constructors
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
entitlementQueries
useFallback
bool
Static members
typeInfo
The type information for the VeniceOnlineConfiguration type.