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

    Interface NavigationSnapshot

    interface NavigationSnapshot {
        indices: Uint32Array;
        positions: Float32Array;
        sceneIdentity: string;
        sceneRevision: string;
        schemaVersion: 1;
        spawnPoints: readonly NavigationSpawnPoint[];
        triangleCount: number;
        zone: "character";
    }
    Index
    indices: Uint32Array
    positions: Float32Array
    sceneIdentity: string
    sceneRevision: string
    schemaVersion: 1
    spawnPoints: readonly NavigationSpawnPoint[]
    triangleCount: number
    zone: "character"