Open Rails

TrackNode Constructor

[This is preliminary documentation and subject to change.]

Default constructor used during file parsing.

Overload List

Create a trackNode from a another trackNode, by copying all members and arrays. Not a deep copy, because various arrays in the structure are copied shallow (cloned).

public TrackNode(TrackNode)

Default constructor used during file parsing.

public TrackNode(STFReader,int,int)

See Also

TrackNode Class | Orts.Formats.Msts Namespace