metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface NavigationStepResult

    interface NavigationStepResult {
        cursor: NavigationCursor;
        kind: "blocked" | "moved" | "clamped";
        position: Vec3;
    }
    Index
    kind: "blocked" | "moved" | "clamped"
    position: Vec3