iTS - Intelligent Traffic System  V 1.0.5
 All Classes Functions Variables Properties
TSTrafficVolume Class Reference

TS traffic volume. This class defines volumes with specific amount of total cars allowed. More...

Inheritance diagram for TSTrafficVolume:

Public Attributes

int maxAllowedCars = 10
 The max allowed cars for this volume. More...
 
List< TSTrafficAIcarsOnThisSection = new List<TSTrafficAI>()
 The cars on this section. More...
 

Detailed Description

TS traffic volume. This class defines volumes with specific amount of total cars allowed.

Member Data Documentation

List<TSTrafficAI> TSTrafficVolume.carsOnThisSection = new List<TSTrafficAI>()

The cars on this section.

int TSTrafficVolume.maxAllowedCars = 10

The max allowed cars for this volume.