UIManageMapsCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIManageMapsCompData.typeInfo TypeInformation

Constructors

UIManageMapsCompData

UIManageMapsCompData()

Creates a new UIManageMapsCompData frostbite instance.

UIManageMapsCompData

UIManageMapsCompData(guid: Guid)

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

Parameters

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

UIManageMapsCompData

UIManageMapsCompData(other: UIComponentData)

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

Parameters

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

UIManageMapsCompData

UIManageMapsCompData(other: Asset)

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

Parameters

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

UIManageMapsCompData

UIManageMapsCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIManageMapsCompData type.

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