UIAwardsTrackingCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIAwardsTrackingCompData.typeInfo TypeInformation

Constructors

UIAwardsTrackingCompData

UIAwardsTrackingCompData()

Creates a new UIAwardsTrackingCompData frostbite instance.

UIAwardsTrackingCompData

UIAwardsTrackingCompData(guid: Guid)

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

Parameters

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

UIAwardsTrackingCompData

UIAwardsTrackingCompData(other: UIComponentData)

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

Parameters

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

UIAwardsTrackingCompData

UIAwardsTrackingCompData(other: Asset)

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

Parameters

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

UIAwardsTrackingCompData

UIAwardsTrackingCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIAwardsTrackingCompData type.

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