Click or drag to resize

ITickable Interface

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

The interface of all objects int the simulation that changes within a tick.

Namespace:  TrafficSimulation.Simulation.Engine
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface ITickable

The ITickable type exposes the following members.

Methods
  NameDescription
Public methodTick
A single tick
Top
See Also