接口 BiomeSearchOptions实验性

Contains additional options for searches for the dimension.findNearestBiome API.

interface BiomeSearchOptions {
    boundingSize?: Vector3;
}

属性

boundingSize?: Vector3

Bounding volume size to look within.