OnlineProviderAsset

Inherits from Asset

Summary

Constructors

OnlineProviderAsset()
OnlineProviderAsset(guid: Guid)
OnlineProviderAsset(other: Asset)
OnlineProviderAsset(other: DataContainer)

Properties

Name Type
configurations OnlineProviderConfiguration[]

Static members

Name Type
OnlineProviderAsset.typeInfo TypeInformation

Constructors

OnlineProviderAsset

OnlineProviderAsset()

Creates a new OnlineProviderAsset frostbite instance.

OnlineProviderAsset

OnlineProviderAsset(guid: Guid)

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

Parameters

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

OnlineProviderAsset

OnlineProviderAsset(other: Asset)

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

Parameters

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

OnlineProviderAsset

OnlineProviderAsset(other: DataContainer)

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

Parameters

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

Properties

configurations

OnlineProviderConfiguration[]

Static members

typeInfo

TypeInformation

The type information for the OnlineProviderAsset type.

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