C# Class SimShift.MapTool.Ets2NavigationRoute

ファイルを表示 Open project: nlhans/SimShift Class Usage Examples

Public Properties

Property Type Description
End Ets2Item
Loading bool
Mapper Ets2Mapper
Prefabs List>
Roads List
Segments List
Start Ets2Item

Public Methods

Method Description
Ets2NavigationRoute ( Ets2Item start, Ets2Item end, Ets2Point from, Ets2Point to, Ets2Mapper mapper ) : System

Private Methods

Method Description
FindRoute ( object state ) : void

Method Details

Ets2NavigationRoute() public method

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

Property Details

End public_oe property

public Ets2Item,SimShift.MapTool End
return Ets2Item

Loading public_oe property

public bool Loading
return bool

Mapper public_oe property

public Ets2Mapper,SimShift.MapTool Mapper
return Ets2Mapper

Prefabs public_oe property

public List> Prefabs
return List>

Roads public_oe property

public List Roads
return List

Segments public_oe property

public List Segments
return List

Start public_oe property

public Ets2Item,SimShift.MapTool Start
return Ets2Item