UIKillCardCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIKillCardCompData.typeInfo TypeInformation

Constructors

UIKillCardCompData

UIKillCardCompData()

Creates a new UIKillCardCompData frostbite instance.

UIKillCardCompData

UIKillCardCompData(guid: Guid)

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

Parameters

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

UIKillCardCompData

UIKillCardCompData(other: UIComponentData)

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

Parameters

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

UIKillCardCompData

UIKillCardCompData(other: Asset)

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

Parameters

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

UIKillCardCompData

UIKillCardCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIKillCardCompData type.

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