Interface ISteeringCapable
The driver provides some properties that influence the driving.
Namespace: SOHDomain.Steering.Capables
Assembly: SOHDomain.dll
Syntax
public interface ISteeringCapable : IPassengerCapable, IPositionable
Properties
| Improve this Doc View SourceBrakingActivated
Determines if the driver did a brake. So the Vehicle comes to a stop.
Declaration
bool BrakingActivated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
OvertakingActivated
Determines if the driver tries to overtake other cars when possible.
Declaration
bool OvertakingActivated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |