Constructs a new follow path behavior.
FollowPathBehavior([Path? path, this.nextWaypointDistance = 1 ]):super() { this.path = path ?? Path(); }