HudTrackerData
Inherits from UIPartData
Summary
Constructors
| HudTrackerData() |
| HudTrackerData(guid: Guid) |
| HudTrackerData(other: UIPartData) |
| HudTrackerData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| maxDistance | float |
| startFadeDistance | float |
| secondFadeDistance | float |
| fadeMinAlpha | float |
| iconSize | float |
| trackerHudRadiusX | float |
| trackerHudRadiusY | float |
| distanceTextOffsetY | float |
| showDistance | bool |
| displayExtraInfo | bool |
Static members
| Name | Type |
|---|---|
| HudTrackerData.typeInfo | TypeInformation |
Constructors
HudTrackerData
HudTrackerData()
Creates a new HudTrackerData frostbite instance.
HudTrackerData
HudTrackerData(guid: Guid)
Creates a new HudTrackerData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
HudTrackerData
HudTrackerData(other: UIPartData)
Casts an instance of type UIPartData to HudTrackerData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UIPartData | The instance to cast to HudTrackerData. |
HudTrackerData
HudTrackerData(other: DataContainer)
Casts an instance of type DataContainer to HudTrackerData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to HudTrackerData. |
Properties
maxDistance
float
startFadeDistance
float
secondFadeDistance
float
fadeMinAlpha
float
iconSize
float
trackerHudRadiusX
float
trackerHudRadiusY
float
distanceTextOffsetY
float
showDistance
bool
displayExtraInfo
bool
Static members
typeInfo
The type information for the HudTrackerData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)