Enum DigitalGauge.GaugeType
Determines whether the gauge displays numerical or textual data.
Namespace: NWH.VehiclePhysics2.VehicleGUI
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum DigitalGauge.GaugeType
Fields
| Name | Description |
|---|---|
| Numerical | Displays numerical values with formatting and optional smoothing. Use for speed, RPM, temperature, etc. |
| Textual | Displays string values directly. Use for gear indicators (R, N, 1, 2, 3) or other text-based displays. |