SimShift.MapTool.Ets2PrefabRoute.Ets2PrefabRoute C# (CSharp) 메소드

Ets2PrefabRoute() 공개 메소드

public Ets2PrefabRoute ( List route, Ets2PrefabNode entry, Ets2PrefabNode exit ) : System.Collections.Generic
route List
entry Ets2PrefabNode
exit Ets2PrefabNode
리턴 System.Collections.Generic
        public Ets2PrefabRoute(List<Ets2PrefabCurve> route, Ets2PrefabNode entry, Ets2PrefabNode exit)
        {
            Route = route;

            Entry = entry;
            Exit = exit;

            // TODO: Interpret indicator signal
        }