ecspresso
    Preparing search index...

    Interface PathfindingEventTypes

    Event types provided by the pathfinding plugin.

    interface PathfindingEventTypes {
        pathBlocked: PathBlockedEvent;
        pathFound: PathFoundEvent;
    }
    Index

    Properties

    pathBlocked: PathBlockedEvent
    pathFound: PathFoundEvent