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

    Interface NavigationSpawnPoint

    interface NavigationSpawnPoint {
        id: string;
        name?: string;
        occupiable: boolean;
        position: Vec3;
        restricted: boolean;
    }
    Index
    id: string
    name?: string
    occupiable: boolean
    position: Vec3
    restricted: boolean