Namespace NWH.VehiclePhysics2.Modules
Classes
ModuleManager
Manages the collection of vehicle modules attached to a VehicleController. Automatically discovers and maintains references to all ModuleWrapper components on the vehicle, enabling the module system to function within the vehicle's update lifecycle.
ModuleWrapper
Abstract MonoBehaviour wrapper that enables module serialization and inspector editing. Since modules themselves are serialized classes that cannot be directly attached as components, this wrapper pattern allows modules to be added to GameObjects and configured in the Unity Inspector. Each module type has its own concrete wrapper implementation that stores and manages the module instance.
NOSModule
Nitrous Oxide System (NOS) module for NWH Vehicle Physics 2.