[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]
C# | Visual Basic | Visual C++ |
public TrackPath( double x, double y, double z, double rotation, IEnumerable<TrackSection> sections )
Public Sub New ( _ x As Double, _ y As Double, _ z As Double, _ rotation As Double, _ sections As IEnumerable(Of TrackSection) _ )
public: TrackPath( double x, double y, double z, double rotation, IEnumerable<TrackSection^>^ sections )
- x (Double)
[Missing <param name="x"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]
- y (Double)
[Missing <param name="y"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]
- z (Double)
[Missing <param name="z"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]
- rotation (Double)
[Missing <param name="rotation"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]
- sections (IEnumerable<(Of <(<'TrackSection>)>)>)
[Missing <param name="sections"/> documentation for "M:Jgr.Msts.TrackPath.#ctor(System.Double,System.Double,System.Double,System.Double,System.Collections.Generic.IEnumerable{Jgr.Msts.TrackSection})"]