C# Class CSL_Traffic.ExtendedPathFindFacade

Inheritance: PathFind
Show file Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Public Methods

Method Description
CalculatePath ( uint unit, bool skipQueue, ExtendedVehicleType vehicleType ) : bool
ExtendedPathFindFacade ( ) : System

Protected Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void

Private Methods

Method Description
CalculatePath ( uint unit, bool skipQueue ) : bool
WaitForAllPaths ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

CalculatePath() public method

public CalculatePath ( uint unit, bool skipQueue, ExtendedVehicleType vehicleType ) : bool
unit uint
skipQueue bool
vehicleType ExtendedVehicleType
return bool

ExtendedPathFindFacade() public method

public ExtendedPathFindFacade ( ) : System
return System

OnDestroy() protected method

protected OnDestroy ( ) : void
return void