ecspresso
    Preparing search index...

    Interface PathRequest

    Signals the pathfinding system to compute a route to target.

    interface PathRequest {
        target: Vector2D;
    }
    Index
    target: Vector2D