C# 클래스 SimShift.MapTool.Ets2NavigationRoute

파일 보기 프로젝트 열기: nlhans/SimShift 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
End Ets2Item
Loading bool
Mapper Ets2Mapper
Prefabs List>
Roads List
Segments List
Start Ets2Item

공개 메소드들

메소드 설명
Ets2NavigationRoute ( Ets2Item start, Ets2Item end, Ets2Point from, Ets2Point to, Ets2Mapper mapper ) : System

비공개 메소드들

메소드 설명
FindRoute ( object state ) : void

메소드 상세

Ets2NavigationRoute() 공개 메소드

public Ets2NavigationRoute ( Ets2Item start, Ets2Item end, Ets2Point from, Ets2Point to, Ets2Mapper mapper ) : System
start Ets2Item
end Ets2Item
from Ets2Point
to Ets2Point
mapper Ets2Mapper
리턴 System

프로퍼티 상세

End 공개적으로 프로퍼티

public Ets2Item,SimShift.MapTool End
리턴 Ets2Item

Loading 공개적으로 프로퍼티

public bool Loading
리턴 bool

Mapper 공개적으로 프로퍼티

public Ets2Mapper,SimShift.MapTool Mapper
리턴 Ets2Mapper

Prefabs 공개적으로 프로퍼티

public List> Prefabs
리턴 List>

Roads 공개적으로 프로퍼티

public List Roads
리턴 List

Segments 공개적으로 프로퍼티

public List Segments
리턴 List

Start 공개적으로 프로퍼티

public Ets2Item,SimShift.MapTool Start
리턴 Ets2Item