UIMinimapCompData

Inherits from UIComponentData

Summary

Constructors

UIMinimapCompData()
UIMinimapCompData(guid: Guid)
UIMinimapCompData(other: UIComponentData)
UIMinimapCompData(other: Asset)
UIMinimapCompData(other: DataContainer)

Static members

Name Type
UIMinimapCompData.typeInfo TypeInformation

Constructors

UIMinimapCompData

UIMinimapCompData()

Creates a new UIMinimapCompData frostbite instance.

UIMinimapCompData

UIMinimapCompData(guid: Guid)

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

Parameters

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

UIMinimapCompData

UIMinimapCompData(other: UIComponentData)

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

Parameters

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

UIMinimapCompData

UIMinimapCompData(other: Asset)

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

Parameters

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

UIMinimapCompData

UIMinimapCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIMinimapCompData type.

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