C# Class TrafficManager

Inheritance: MonoBehaviour
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/UrbanTheater Class Usage Examples

Méthodes publiques

Méthode Description
OnPathFound ( Stack newPath, bool pathSuccessful ) : void

Private Methods

Méthode Description
ModifiedBFS ( ) : void
OnApplicationQuit ( ) : void
ProducePaths ( ) : void
Start ( ) : void
initConsumers ( ) : void
initProducer ( ) : void

Method Details

OnPathFound() public méthode

public OnPathFound ( Stack newPath, bool pathSuccessful ) : void
newPath Stack
pathSuccessful bool
Résultat void