Namespace SOHDomain.Steering.Handles
Classes
This steering handle does not actively move but is instead idle waiting like a passengerCapable within a vehicle.
Standard implementation of the IPassengerHandle
interface, that allows driver and passenger to leave
the vehicle if they are on it.
The WalkingSteeringHandle
provides the possibility to walk along a Route
Interfaces
The IPassengerVehicle provides the possibility to leave the vehicle.
The ISteeringHandle extends the IPassengerHandle by the possibility to move a
vehicle.