Open Rails

TrackNode Constructor

[This is preliminary documentation and subject to change.]

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).

TrackNode(
   TrackNode otherNode
);

Parameters

otherNode
The other node to copy from.

See Also

TrackNode Class | Orts.Formats.Msts Namespace | TrackNode Constructor Overload List