| Godot Nature of Code
    1.2.0
    Nature of Code implemented in Godot Engine | 
Simple path for SimpleVehicle to follow. More...
Inherits Node2D.
| Public Attributes | |
| List< Vector2 > | Points | 
| Points  More... | |
| float | Radius = 20 | 
| Path radius  More... | |
| bool | Looping | 
| Looping  More... | |
Simple path for SimpleVehicle to follow.
Definition at line 9 of file SimplePath.cs.
| bool Agents.SimplePath.Looping | 
Looping
Definition at line 18 of file SimplePath.cs.
| List<Vector2> Agents.SimplePath.Points | 
Points
Definition at line 12 of file SimplePath.cs.
| float Agents.SimplePath.Radius = 20 | 
Path radius
Definition at line 15 of file SimplePath.cs.