Create a policy for moving an actor along a fixed path
The path on which to move
The speed at which the actor should move
Should the path repeat infinitely, or just run once?
Optional
waypointCallback: ((which) => void)Code to run each time a waypoint of the path is reached. It will be given the index of the next waypoint.
The Actor to which this movement is attached
Figure out where we need to go next when driving a path
Assign a new path to an Actor
The new path to follow
The velocity while traveling the path
Should it loop?
A rule for moving along a fixed path