C# Class SimShift.MapTool.Ets2NavigationRoute

Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Méthodes publiques

Свойство Type Description
End Ets2Item
Loading bool
Mapper Ets2Mapper
Prefabs List>
Roads List
Segments List
Start Ets2Item

Méthodes publiques

Méthode Description
Ets2NavigationRoute ( Ets2Item start, Ets2Item end, Ets2Point from, Ets2Point to, Ets2Mapper mapper ) : System

Private Methods

Méthode Description
FindRoute ( object state ) : void

Method Details

Ets2NavigationRoute() public méthode

public Ets2NavigationRoute ( Ets2Item start, Ets2Item end, Ets2Point from, Ets2Point to, Ets2Mapper mapper ) : System
start Ets2Item
end Ets2Item
from Ets2Point
to Ets2Point
mapper Ets2Mapper
Résultat System

Property Details

End public_oe property

public Ets2Item,SimShift.MapTool End
Résultat Ets2Item

Loading public_oe property

public bool Loading
Résultat bool

Mapper public_oe property

public Ets2Mapper,SimShift.MapTool Mapper
Résultat Ets2Mapper

Prefabs public_oe property

public List> Prefabs
Résultat List>

Roads public_oe property

public List Roads
Résultat List

Segments public_oe property

public List Segments
Résultat List

Start public_oe property

public Ets2Item,SimShift.MapTool Start
Résultat Ets2Item