Class IdlePassengerSteeringHandle
This steering handle does not actively move but is instead idle waiting like a passengerCapable within a vehicle.
Inheritance
System.Object
IdlePassengerSteeringHandle
Assembly: SOHDomain.dll
Syntax
public class IdlePassengerSteeringHandle : object, ISteeringHandle, IPassengerHandle
Constructors
IdlePassengerSteeringHandle(IPassengerHandle)
Declaration
public IdlePassengerSteeringHandle(IPassengerHandle passengerHandle)
Parameters
Properties
Environment
Declaration
public ISpatialGraphEnvironment Environment { get; }
Property Value
Type |
Description |
ISpatialGraphEnvironment |
|
GoalReached
Declaration
public bool GoalReached { get; }
Property Value
Type |
Description |
System.Boolean |
|
Position
Declaration
public Position Position { get; }
Property Value
Type |
Description |
Position |
|
Route
Declaration
public Route Route { get; set; }
Property Value
Velocity
Declaration
public double Velocity { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
LeaveVehicle(IPassengerCapable)
Declaration
public bool LeaveVehicle(IPassengerCapable passengerCapable)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Move()
Declaration
Implements