NWH Vehicle Physics 2 Documentation
Docs ยป NWH:VehiclePhysics2:VehicleGUI:DigitalGauge

Digital Gauge

DigitalGauge inspector with textual option selected.
DigitalGauge inspector with numerical option selected.
Simple DigitalGauge example.

DigitalGauge is used to display textual/numerical values on the vehicle dashboard or game GUI.
It requires objects Text named Title and Readout as child objects.
Line Image object is required if Show Progress Bar option is used in which case the image will be scaled to imitate the progress bar.

Unit

If Unit field is populated the unit will be displayed inside the Readout, after the value.

Textual Type

When Textual is selected as Gauge Type the provided String value will be displayed in the Readout object with no further formatting.

Numerical Type
  • A formatted value of Numerical Value field will be shown.
  • Format can be defined in the Format field as it would be used in float.ToString() function. Default is 0.00 which will display the value with two decimal points.
  • Numerical Smoothing smooths the value for easier readout.
Previous Next

NWH Vehicle Physics 2 Documentation

Table of Contents

  • About
  • Setup
  • Input
  • Vehicle Controller
  • Wheel Controller
  • NWH Common Scripts
  • Trailers
  • GUI
  • Multiplayer
  • Render Pipelines
  • Add-ons
  • FAQ
  • Troubleshooting
  • Demos
  • Changelog
  • Upgrade Notes
  • Support