UIDataInterfaceCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIDataInterfaceCompData.typeInfo TypeInformation

Constructors

UIDataInterfaceCompData

UIDataInterfaceCompData()

Creates a new UIDataInterfaceCompData frostbite instance.

UIDataInterfaceCompData

UIDataInterfaceCompData(guid: Guid)

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

Parameters

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

UIDataInterfaceCompData

UIDataInterfaceCompData(other: UIComponentData)

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

Parameters

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

UIDataInterfaceCompData

UIDataInterfaceCompData(other: Asset)

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

Parameters

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

UIDataInterfaceCompData

UIDataInterfaceCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIDataInterfaceCompData type.

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