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
enemyTint
friendlyTint
orderCooldown
int
tooltipCooldown
int
healthBarSize
float
nameFontSize
float
nameGlowSize
float
Static members
typeInfo
The type information for the UINametagCompData type.