CurveType
public enum Railcam2D.CurveType;
Used by Waypoints to define the shape of a rail.
Value | Numeric | Summary |
---|---|---|
Linear | 0 | Waypoint defines a straight rail segment |
Quadratic | 1 | Waypoint defines a quadratic bezier curve rail segment |
public enum Railcam2D.CurveType;
Used by Waypoints to define the shape of a rail.
Value | Numeric | Summary |
---|---|---|
Linear | 0 | Waypoint defines a straight rail segment |
Quadratic | 1 | Waypoint defines a quadratic bezier curve rail segment |