Highroad Engine v1.3
Public Attributes | Protected Member Functions | List of all members
MoreMountains.HighroadEngine.Waypoints Class Reference

Manages waypoints of the AI. The AI will follow each point of the items collection in order and loops. More...

Inheritance diagram for MoreMountains.HighroadEngine.Waypoints:

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...
 

Detailed Description

Manages waypoints of the AI. The AI will follow each point of the items collection in order and loops.

Member Function Documentation

◆ OnDrawGizmos()

virtual void MoreMountains.HighroadEngine.Waypoints.OnDrawGizmos ( )
protectedvirtual

On DrawGizmos, we draw lines to show the path the object will follow

Member Data Documentation

◆ items

List<Vector3> MoreMountains.HighroadEngine.Waypoints.items

the points that make up the path the object will follow

the list of items


The documentation for this class was generated from the following file: