UIObjectivesCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIObjectivesCompData.typeInfo TypeInformation

Constructors

UIObjectivesCompData

UIObjectivesCompData()

Creates a new UIObjectivesCompData frostbite instance.

UIObjectivesCompData

UIObjectivesCompData(guid: Guid)

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

Parameters

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

UIObjectivesCompData

UIObjectivesCompData(other: UIComponentData)

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

Parameters

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

UIObjectivesCompData

UIObjectivesCompData(other: Asset)

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

Parameters

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

UIObjectivesCompData

UIObjectivesCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIObjectivesCompData type.

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