Interface IWalkingCapable
Defines the walking entities specific characteristics
Inherited Members
Namespace: SOHDomain.Steering.Capables
Assembly: SOHDomain.dll
Syntax
public interface IWalkingCapable : ISteeringCapable, IPassengerCapable, IPositionable
Properties
| Improve this Doc View SourcePerceptionInMeter
Defines the walking entities specific characteristics
Declaration
double PerceptionInMeter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PreferredSpeed
Provides the preferred speed of a walking entity.
Declaration
double PreferredSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
WalkingShoes
The physical representation on the road.
Declaration
WalkingShoes WalkingShoes { get; }
Property Value
Type | Description |
---|---|
WalkingShoes |