Canopy Windows - NeisesMike/VehicleFramework GitHub Wiki
Canopy Windows are simply glass features of your vehicle.
If you define Canopy Windows, Vehicle Framework will handle their shading and control their visibility.
They will be made invisible when the player is inside.
ModVehicle has the field:
public virtual List<GameObject> CanopyWindows => new List<GameObject>();
Each canopy window should be a GameObject you consider to be glass.