UIRightClickCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIRightClickCompData.typeInfo TypeInformation

Constructors

UIRightClickCompData

UIRightClickCompData()

Creates a new UIRightClickCompData frostbite instance.

UIRightClickCompData

UIRightClickCompData(guid: Guid)

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

Parameters

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

UIRightClickCompData

UIRightClickCompData(other: UIComponentData)

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

Parameters

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

UIRightClickCompData

UIRightClickCompData(other: Asset)

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

Parameters

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

UIRightClickCompData

UIRightClickCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIRightClickCompData type.

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