C# Class TrafficManager

Inheritance: MonoBehaviour
ファイルを表示 Open project: FIU-SCIS-Senior-Projects/UrbanTheater Class Usage Examples

Public Methods

Method Description
OnPathFound ( Stack newPath, bool pathSuccessful ) : void

Private Methods

Method Description
ModifiedBFS ( ) : void
OnApplicationQuit ( ) : void
ProducePaths ( ) : void
Start ( ) : void
initConsumers ( ) : void
initProducer ( ) : void

Method Details

OnPathFound() public method

public OnPathFound ( Stack newPath, bool pathSuccessful ) : void
newPath Stack
pathSuccessful bool
return void