Interface ICarSteeringCapable
Here are the car specific driver attributes defined for the acceleration calculation.
Inherited Members
Namespace: SOHCarModel.Steering
Assembly: SOHCarModel.dll
Syntax
public interface ICarSteeringCapable : ISteeringCapable, IPassengerCapable, IPositionable
Properties
| Improve this Doc View SourceCar
The car that is used to drive.
Declaration
Car Car { get; }
Property Value
Type | Description |
---|---|
Car |
CurrentlyCarDriving
Indicates that the driver is currently driving
Declaration
bool CurrentlyCarDriving { get; }
Property Value
Type | Description |
---|---|
System.Boolean |