ecspresso
    Preparing search index...

    Active route; waypoints are in world-space, advanced by currentIndex.

    interface Path {
        currentIndex: number;
        waypoints: Vector2D[];
    }
    Index

    Properties

    currentIndex: number
    waypoints: Vector2D[]