C# 클래스 CSL_Traffic.ExtendedPathFindFacade

상속: PathFind
파일 보기 프로젝트 열기: Katalyst6/CSL.TransitAddonMod 1 사용 예제들

공개 메소드들

메소드 설명
CalculatePath ( uint unit, bool skipQueue, ExtendedVehicleType vehicleType ) : bool
ExtendedPathFindFacade ( ) : System

보호된 메소드들

메소드 설명
Awake ( ) : void
OnDestroy ( ) : void

비공개 메소드들

메소드 설명
CalculatePath ( uint unit, bool skipQueue ) : bool
WaitForAllPaths ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

CalculatePath() 공개 메소드

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

ExtendedPathFindFacade() 공개 메소드

public ExtendedPathFindFacade ( ) : System
리턴 System

OnDestroy() 보호된 메소드

protected OnDestroy ( ) : void
리턴 void