BigWorldSettingsAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
settings BigWorldSetting[]

Static members

Name Type
BigWorldSettingsAsset.typeInfo TypeInformation

Constructors

BigWorldSettingsAsset

BigWorldSettingsAsset()

Creates a new BigWorldSettingsAsset frostbite instance.

BigWorldSettingsAsset

BigWorldSettingsAsset(guid: Guid)

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

Parameters

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

BigWorldSettingsAsset

BigWorldSettingsAsset(other: Asset)

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

Parameters

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

BigWorldSettingsAsset

BigWorldSettingsAsset(other: DataContainer)

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

Parameters

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

Properties

settings

BigWorldSetting[]

Static members

typeInfo

TypeInformation

The type information for the BigWorldSettingsAsset type.

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