UIPopupCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIPopupCompData.typeInfo TypeInformation

Constructors

UIPopupCompData

UIPopupCompData()

Creates a new UIPopupCompData frostbite instance.

UIPopupCompData

UIPopupCompData(guid: Guid)

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

Parameters

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

UIPopupCompData

UIPopupCompData(other: UIComponentData)

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

Parameters

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

UIPopupCompData

UIPopupCompData(other: Asset)

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

Parameters

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

UIPopupCompData

UIPopupCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIPopupCompData type.

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