Class WalkingSteeringHandle
The
WalkingSteeringHandle provides the possibility to walk along a Route
Inheritance
System.Object
WalkingSteeringHandle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHDomain.Steering.Handles
Assembly: SOHDomain.dll
Syntax
public class WalkingSteeringHandle : ISteeringHandle, IPassengerHandle
Constructors
| Improve this Doc View SourceWalkingSteeringHandle(IWalkingCapable, ISpatialGraphLayer)
The
WalkingSteeringHandle provides the possibility to walk along a Route
Declaration
public WalkingSteeringHandle(IWalkingCapable walkingCapable, ISpatialGraphLayer graphLayer)
Parameters
| Type | Name | Description |
|---|---|---|
| IWalkingCapable | walkingCapable | |
| ISpatialGraphLayer | graphLayer |
Properties
| Improve this Doc View SourceEnvironment
The
WalkingSteeringHandle provides the possibility to walk along a Route
Declaration
public ISpatialGraphEnvironment Environment { get; }
Property Value
| Type | Description |
|---|---|
| ISpatialGraphEnvironment |
GoalReached
The
WalkingSteeringHandle provides the possibility to walk along a Route
Declaration
public bool GoalReached { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Position
The
WalkingSteeringHandle provides the possibility to walk along a Route
Declaration
public Position Position { get; set; }
Property Value
| Type | Description |
|---|---|
| Position |
Route
The
WalkingSteeringHandle provides the possibility to walk along a Route
Declaration
public Route Route { get; set; }
Property Value
| Type | Description |
|---|---|
| Route |
Velocity
The
WalkingSteeringHandle provides the possibility to walk along a Route
Declaration
public double Velocity { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Methods
| Improve this Doc View SourceLeaveVehicle(IPassengerCapable)
The
WalkingSteeringHandle provides the possibility to walk along a Route
Declaration
public bool LeaveVehicle(IPassengerCapable passengerCapable)
Parameters
| Type | Name | Description |
|---|---|---|
| IPassengerCapable | passengerCapable |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Move()
The
WalkingSteeringHandle provides the possibility to walk along a Route
Declaration
public void Move()