UIUnlocksCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIUnlocksCompData.typeInfo TypeInformation

Constructors

UIUnlocksCompData

UIUnlocksCompData()

Creates a new UIUnlocksCompData frostbite instance.

UIUnlocksCompData

UIUnlocksCompData(guid: Guid)

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

Parameters

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

UIUnlocksCompData

UIUnlocksCompData(other: UIComponentData)

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

Parameters

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

UIUnlocksCompData

UIUnlocksCompData(other: Asset)

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

Parameters

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

UIUnlocksCompData

UIUnlocksCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIUnlocksCompData type.

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