Click or drag to resize

IDistanceT Interface

[This is preliminary documentation and is subject to change.]

An interface to encapsulate the distance to the next IPlaceable

Namespace:  TrafficSimulation.Simulation.Engine.Environment
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IDistance<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:TrafficSimulation.Simulation.Engine.Environment.IDistance`1"]

The IDistanceT type exposes the following members.

Properties
  NameDescription
Public propertyDistanceInMeters
The distance in meters.
Public propertyNextPlaceable
The placeable were the distance is measured to.
Top
See Also