C# Class CSL_Traffic.ExtendedPathFindFacade

Inheritance: PathFind
Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Méthodes publiques

Méthode Description
CalculatePath ( uint unit, bool skipQueue, ExtendedVehicleType vehicleType ) : bool
ExtendedPathFindFacade ( ) : System

Méthodes protégées

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void

Private Methods

Méthode Description
CalculatePath ( uint unit, bool skipQueue ) : bool
WaitForAllPaths ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

CalculatePath() public méthode

public CalculatePath ( uint unit, bool skipQueue, ExtendedVehicleType vehicleType ) : bool
unit uint
skipQueue bool
vehicleType ExtendedVehicleType
Résultat bool

ExtendedPathFindFacade() public méthode

public ExtendedPathFindFacade ( ) : System
Résultat System

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void