 | 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)
Syntaxpublic interface ITickable
Public Interface ITickable
public interface class ITickable
type ITickable = interface end
The ITickable type exposes the following members.
Methods|
| Name | Description |
|---|
 | Tick |
A single tick
|
Top
See Also