iTS - Intelligent Traffic System
V 1.0.5
|
TS traffic volume. This class defines volumes with specific amount of total cars allowed. More...
Public Attributes | |
int | maxAllowedCars = 10 |
The max allowed cars for this volume. More... | |
List< TSTrafficAI > | carsOnThisSection = new List<TSTrafficAI>() |
The cars on this section. More... | |
TS traffic volume. This class defines volumes with specific amount of total cars allowed.
List<TSTrafficAI> TSTrafficVolume.carsOnThisSection = new List<TSTrafficAI>() |
The cars on this section.
int TSTrafficVolume.maxAllowedCars = 10 |
The max allowed cars for this volume.