UIMapmarkertagCompData

Inherits from UI3dIconCompData

Summary

Constructors

UIMapmarkertagCompData()
UIMapmarkertagCompData(guid: Guid)
UIMapmarkertagCompData(other: UI3dIconCompData)
UIMapmarkertagCompData(other: UIComponentData)
UIMapmarkertagCompData(other: Asset)
UIMapmarkertagCompData(other: DataContainer)

Static members

Name Type
UIMapmarkertagCompData.typeInfo TypeInformation

Constructors

UIMapmarkertagCompData

UIMapmarkertagCompData()

Creates a new UIMapmarkertagCompData frostbite instance.

UIMapmarkertagCompData

UIMapmarkertagCompData(guid: Guid)

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

Parameters

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

UIMapmarkertagCompData

UIMapmarkertagCompData(other: UI3dIconCompData)

Casts an instance of type UI3dIconCompData to UIMapmarkertagCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UI3dIconCompData The instance to cast to UIMapmarkertagCompData.

UIMapmarkertagCompData

UIMapmarkertagCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UIMapmarkertagCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UIMapmarkertagCompData.

UIMapmarkertagCompData

UIMapmarkertagCompData(other: Asset)

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

Parameters

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

UIMapmarkertagCompData

UIMapmarkertagCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIMapmarkertagCompData type.

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