LevelReportingAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
builtLevels LevelDescriptionAsset[]

Static members

Name Type
LevelReportingAsset.typeInfo TypeInformation

Constructors

LevelReportingAsset

LevelReportingAsset()

Creates a new LevelReportingAsset frostbite instance.

LevelReportingAsset

LevelReportingAsset(guid: Guid)

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

Parameters

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

LevelReportingAsset

LevelReportingAsset(other: Asset)

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

Parameters

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

LevelReportingAsset

LevelReportingAsset(other: DataContainer)

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

Parameters

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

Properties

builtLevels

LevelDescriptionAsset[]

Static members

typeInfo

TypeInformation

The type information for the LevelReportingAsset type.

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