Interface IPassengerHandle
The IPassengerVehicle provides the possibility to leave the vehicle.
Namespace: SOHDomain.Steering.Handles
Assembly: SOHDomain.dll
Syntax
public interface IPassengerHandle
Properties
| Improve this Doc View SourcePosition
Gives the current position of the vehicle and thus all its passengers.
Declaration
Position Position { get; }
Property Value
Type | Description |
---|---|
Position |
Methods
| Improve this Doc View SourceLeaveVehicle(IPassengerCapable)
Provides the possibility for a passengerCapable to leave the vehicle.
Declaration
bool LeaveVehicle(IPassengerCapable passengerCapable)
Parameters
Type | Name | Description |
---|---|---|
IPassengerCapable | passengerCapable | That will leave the vehicle. |
Returns
Type | Description |
---|---|
System.Boolean |