C# Class SimShift.MapTool.Ets2PrefabRoute

Show file Open project: nlhans/SimShift Class Usage Examples

Public Properties

Property Type Description
Indicator IndicatorSignal

Public Methods

Method Description
Ets2PrefabRoute ( List route, Ets2PrefabNode entry, Ets2PrefabNode exit ) : System.Collections.Generic
ToString ( ) : string

Method Details

Ets2PrefabRoute() public method

public Ets2PrefabRoute ( List route, Ets2PrefabNode entry, Ets2PrefabNode exit ) : System.Collections.Generic
route List
entry Ets2PrefabNode
exit Ets2PrefabNode
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

Indicator public property

public IndicatorSignal Indicator
return IndicatorSignal