C# Class SimShift.MapTool.Ets2NavigationSegment

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

Méthodes publiques

Свойство Type Description
Entry Ets2Node
Exit Ets2Node
Length float
Options List
Prefab Ets2Item
Roads List
Type Ets2NavigationSegmentType
Weight float

Méthodes publiques

Méthode Description
Ets2NavigationSegment ( Ets2Item prefab ) : System
Ets2NavigationSegment ( IEnumerable roadPath, Ets2NavigationSegment prevSeg ) : System
GenerateHiRes ( Ets2NavigationSegmentOption opt ) : void
GenerateOptions ( Ets2NavigationSegment prevSeg, Ets2NavigationSegment nextSeg ) : void
Match ( int mySolution, Ets2NavigationSegment prefabSegment ) : bool
MatchEntry ( int solI, Ets2NavigationSegment prev ) : bool
MatchExit ( int solI, Ets2NavigationSegment next ) : bool
ToString ( ) : string

Method Details

Ets2NavigationSegment() public méthode

public Ets2NavigationSegment ( Ets2Item prefab ) : System
prefab Ets2Item
Résultat System

Ets2NavigationSegment() public méthode

public Ets2NavigationSegment ( IEnumerable roadPath, Ets2NavigationSegment prevSeg ) : System
roadPath IEnumerable
prevSeg Ets2NavigationSegment
Résultat System

GenerateHiRes() public méthode

public GenerateHiRes ( Ets2NavigationSegmentOption opt ) : void
opt Ets2NavigationSegmentOption
Résultat void

GenerateOptions() public méthode

public GenerateOptions ( Ets2NavigationSegment prevSeg, Ets2NavigationSegment nextSeg ) : void
prevSeg Ets2NavigationSegment
nextSeg Ets2NavigationSegment
Résultat void

Match() public méthode

public Match ( int mySolution, Ets2NavigationSegment prefabSegment ) : bool
mySolution int
prefabSegment Ets2NavigationSegment
Résultat bool

MatchEntry() public méthode

public MatchEntry ( int solI, Ets2NavigationSegment prev ) : bool
solI int
prev Ets2NavigationSegment
Résultat bool

MatchExit() public méthode

public MatchExit ( int solI, Ets2NavigationSegment next ) : bool
solI int
next Ets2NavigationSegment
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Entry public_oe property

public Ets2Node,SimShift.MapTool Entry
Résultat Ets2Node

Exit public_oe property

public Ets2Node,SimShift.MapTool Exit
Résultat Ets2Node

Length public_oe property

public float Length
Résultat float

Options public_oe property

public List Options
Résultat List

Prefab public_oe property

public Ets2Item,SimShift.MapTool Prefab
Résultat Ets2Item

Roads public_oe property

public List Roads
Résultat List

Type public_oe property

public Ets2NavigationSegmentType Type
Résultat Ets2NavigationSegmentType

Weight public_oe property

public float Weight
Résultat float