API Reference > 0.19.1 > TrackWriter
TrackWriter Class
Writes a Track object to an F1GP track file.
Namespace: ArgData
Constructors
Name | Description |
---|---|
TrackWriter() | Initializes a new instance of TrackWriter. |
Methods
Name | Description |
---|---|
Write(Track trackData, String path) | Writes the specified trackData to a file. trackData: Track data. path: Path to file to create. |