Open Rails

TrVectorNode Constructor

[This is preliminary documentation and subject to change.]

Create a vectorNode from a another VectorNode, by copying all members and arrays. Not a deep copy, because the arrays are copied shallow.

TrVectorNode(
   TrVectorNode otherNode
);

Parameters

otherNode
The other node to copy from.

See Also

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