Loom Engine - v3.1.1
    Preparing search index...

    Interface WorldSeedSnapshot

    interface WorldSeedSnapshot {
        seed: string;
        worldName: string;
        width: number;
        height: number;
        elevation: Float32Array;
        moisture: Float32Array;
        biomeId: Uint16Array;
        regionId: Uint16Array;
        biomeNames: string[];
        regions: WorldRegion[];
        dungeons: WorldDungeon[];
    }
    Index

    Properties

    seed: string
    worldName: string
    width: number
    height: number
    elevation: Float32Array
    moisture: Float32Array
    biomeId: Uint16Array
    regionId: Uint16Array
    biomeNames: string[]
    regions: WorldRegion[]
    dungeons: WorldDungeon[]