API Reference > 0.21 > TrackComputerCarLineSegment
TrackComputerCarLineSegment Class
Represents a segment of the computer car line.
This line around the track is also used to provide steering help.
Namespace: ArgData.Entities
Constructors
| Name | Description |
|---|---|
| TrackComputerCarLineSegment() | Initializes a new instance of TrackComputerCarLineSegment. |
Properties
| Name | Description |
|---|---|
| Correction | Gets or sets the correction value. Called Tighter/Wider in GP2 Track Editor. |
| HighRadius | Gets or sets the corner high radius. Only used when SegmentType is WideRadius. |
| Length | Gets or sets the length of the segment. |
| LowRadius | Gets or sets the corner low radius. Only used when SegmentType is WideRadius. |
| Radius | Gets or sets the corner radius. Only used when SegmentType is Normal. |
| SegmentType | Gets or sets the type of segment. |