UIMemCardCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIMemCardCompData.typeInfo TypeInformation

Constructors

UIMemCardCompData

UIMemCardCompData()

Creates a new UIMemCardCompData frostbite instance.

UIMemCardCompData

UIMemCardCompData(guid: Guid)

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

Parameters

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

UIMemCardCompData

UIMemCardCompData(other: UIComponentData)

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

Parameters

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

UIMemCardCompData

UIMemCardCompData(other: Asset)

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

Parameters

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

UIMemCardCompData

UIMemCardCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIMemCardCompData type.

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