Class WalkingSteeringHandle
The
WalkingSteeringHandle
provides the possibility to walk along a
Route
Inheritance
System.Object
WalkingSteeringHandle
Assembly: SOHDomain.dll
Syntax
public class WalkingSteeringHandle : object, ISteeringHandle, IPassengerHandle
Constructors
WalkingSteeringHandle(IWalkingCapable, ISpatialGraphLayer)
Declaration
public WalkingSteeringHandle(IWalkingCapable walkingCapable, ISpatialGraphLayer graphLayer)
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; set; }
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