API Reference > 0.19 > TrackReader
TrackReader Class
Reads track data from an F1GP track file into a Track object.
Namespace: ArgData
Constructors
| Name | Description |
|---|---|
| TrackReader() | Initializes a new instance of TrackReader. |
Methods
| Name | Description |
|---|---|
| Read(String path) | Reads the specified track file and returns a Track object. path: Path to track file. |