Class 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.
Inherited Members
Namespace: NWH.VehiclePhysics2.Modules
Assembly: NWH.VehiclePhysics2.dll
Syntax
[Serializable]
public class ModuleManager : ManagerVehicleComponent
Methods
FillComponentList()
Populates the component list with all modules found on the vehicle. Searches for all ModuleWrapper components and extracts their underlying module instances.
Declaration
protected override void FillComponentList()