ecspresso
    Preparing search index...

    Signals the pathfinding system to compute a route to target.

    interface PathRequest {
        target: Vector2D;
    }
    Index

    Properties

    Properties

    target: Vector2D