UINametagCompData

Inherits from UI3dIconCompData

Summary

Constructors

UINametagCompData()
UINametagCompData(guid: Guid)
UINametagCompData(other: UI3dIconCompData)
UINametagCompData(other: UIComponentData)
UINametagCompData(other: Asset)
UINametagCompData(other: DataContainer)

Properties

Name Type
squadTint Vec4
enemyTint Vec4
friendlyTint Vec4
orderCooldown int
tooltipCooldown int
healthBarSize float
nameFontSize float
nameGlowSize float

Static members

Name Type
UINametagCompData.typeInfo TypeInformation

Constructors

UINametagCompData

UINametagCompData()

Creates a new UINametagCompData frostbite instance.

UINametagCompData

UINametagCompData(guid: Guid)

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

Parameters

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

UINametagCompData

UINametagCompData(other: UI3dIconCompData)

Casts an instance of type UI3dIconCompData to UINametagCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UI3dIconCompData The instance to cast to UINametagCompData.

UINametagCompData

UINametagCompData(other: UIComponentData)

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

Parameters

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

UINametagCompData

UINametagCompData(other: Asset)

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

Parameters

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

UINametagCompData

UINametagCompData(other: DataContainer)

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

Parameters

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

Properties

squadTint

Vec4

enemyTint

Vec4

friendlyTint

Vec4

orderCooldown

int

tooltipCooldown

int

healthBarSize

float

nameFontSize

float

nameGlowSize

float

Static members

typeInfo

TypeInformation

The type information for the UINametagCompData type.

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