MenuIdAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
shortName string

Static members

Name Type
MenuIdAsset.typeInfo TypeInformation

Constructors

MenuIdAsset

MenuIdAsset()

Creates a new MenuIdAsset frostbite instance.

MenuIdAsset

MenuIdAsset(guid: Guid)

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

Parameters

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

MenuIdAsset

MenuIdAsset(other: Asset)

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

Parameters

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

MenuIdAsset

MenuIdAsset(other: DataContainer)

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

Parameters

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

Properties

shortName

string

Static members

typeInfo

TypeInformation

The type information for the MenuIdAsset type.

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