Enum DashGUIController.DataSource
Determines where the dashboard gets its vehicle data from.
Namespace: NWH.VehiclePhysics2.VehicleGUI
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum DashGUIController.DataSource
Fields
| Name | Description |
|---|---|
| VehicleChanger | Automatically tracks the active vehicle from VehicleChanger. Use this for multi-vehicle scenarios with vehicle switching. |
| VehicleController | Uses the vehicleController field directly. Use this for single-vehicle setups or dedicated dashboards. |