UINametag
Inherits from DataContainer
Summary
Constructors
| UINametag() |
| UINametag(guid: Guid) |
| UINametag(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| textColor | Vec3 |
| iconFadeDistance | float |
| iconMaxDistance | float |
| icon | UIHudIcon |
| textFadeDistance | float |
| healthFadeDistance | float |
| healthMaxDistance | float |
| textMaxDistance | float |
| targetInTimer | float |
| targetOutTimer | float |
Static members
| Name | Type |
|---|---|
| UINametag.typeInfo | TypeInformation |
Constructors
UINametag
UINametag()
Creates a new UINametag frostbite instance.
UINametag
UINametag(guid: Guid)
Creates a new UINametag frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UINametag
UINametag(other: DataContainer)
Casts an instance of type DataContainer to UINametag. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UINametag. |
Properties
textColor
iconFadeDistance
float
iconMaxDistance
float
icon
textFadeDistance
float
healthFadeDistance
float
healthMaxDistance
float
textMaxDistance
float
targetInTimer
float
targetOutTimer
float
Static members
typeInfo
The type information for the UINametag type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)