Tanoda
|
Classes | |
class | WaypointList |
Public Member Functions | |
RoutePoint | GetRoutePoint (float dist) |
Public Attributes | |
WaypointList | _waypointList = new WaypointList() |
List< Vector3 > | _curvePoints = new List<Vector3>() |
Properties | |
bool | Circuit [get, set] |
Definition at line 12 of file WaypointCircuit.cs.
RoutePoint Waypoint.WaypointCircuit.GetRoutePoint | ( | float | dist | ) |
Definition at line 105 of file WaypointCircuit.cs.
List<Vector3> Waypoint.WaypointCircuit._curvePoints = new List<Vector3>() |
Definition at line 57 of file WaypointCircuit.cs.
WaypointList Waypoint.WaypointCircuit._waypointList = new WaypointList() |
Definition at line 56 of file WaypointCircuit.cs.
|
getset |
Definition at line 65 of file WaypointCircuit.cs.