UITrainingCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UITrainingCompData.typeInfo TypeInformation

Constructors

UITrainingCompData

UITrainingCompData()

Creates a new UITrainingCompData frostbite instance.

UITrainingCompData

UITrainingCompData(guid: Guid)

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

Parameters

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

UITrainingCompData

UITrainingCompData(other: UIComponentData)

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

Parameters

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

UITrainingCompData

UITrainingCompData(other: Asset)

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

Parameters

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

UITrainingCompData

UITrainingCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UITrainingCompData type.

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