Highroad Engine v1.3
|
Manages waypoints of the AI. The AI will follow each point of the items collection in order and loops. More...
Public Attributes | |
List< Vector3 > | items |
the points that make up the path the object will follow More... | |
Protected Member Functions | |
virtual void | OnDrawGizmos () |
On DrawGizmos, we draw lines to show the path the object will follow More... | |
Manages waypoints of the AI. The AI will follow each point of the items collection in order and loops.
|
protectedvirtual |
On DrawGizmos, we draw lines to show the path the object will follow
List<Vector3> MoreMountains.HighroadEngine.Waypoints.items |
the points that make up the path the object will follow
the list of items