ecspresso
    Preparing search index...

    Interface PathFoundEvent

    Fired when A* produces a route. path is empty when start is already at the goal.

    interface PathFoundEvent {
        entityId: number;
        path: Vector2D[];
    }
    Index

    Properties

    Properties

    entityId: number
    path: Vector2D[]