mwg API
    Preparing search index...

    Interface ResolveTerrainGraphicsOptions

    interface ResolveTerrainGraphicsOptions {
        random?: Random.Generator;
        rotate?: TerrainRotate;
    }
    Index
    random?: Random.Generator

    deterministic when given a seeded Generator; a fresh unseeded one otherwise

    rotate?: TerrainRotate