ecspresso
    Preparing search index...

    Interface PathfindingComponentTypes

    Component types provided by the pathfinding plugin.

    interface PathfindingComponentTypes {
        path: Path;
        pathRequest: PathRequest;
    }
    Index

    Properties

    Properties

    path: Path
    pathRequest: PathRequest