LevelDescriptionAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
levelName string
categories LevelDescriptionInclusionCategory[]
description LevelDescription
startPoints string[]

Static members

Name Type
LevelDescriptionAsset.typeInfo TypeInformation

Constructors

LevelDescriptionAsset

LevelDescriptionAsset()

Creates a new LevelDescriptionAsset frostbite instance.

LevelDescriptionAsset

LevelDescriptionAsset(guid: Guid)

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

Parameters

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

LevelDescriptionAsset

LevelDescriptionAsset(other: Asset)

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

Parameters

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

LevelDescriptionAsset

LevelDescriptionAsset(other: DataContainer)

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

Parameters

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

Properties

levelName

string

categories

LevelDescriptionInclusionCategory[]

description

LevelDescription

startPoints

string[]

Static members

typeInfo

TypeInformation

The type information for the LevelDescriptionAsset type.

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