接口 JigsawPlaceOptions实验性

Provides additional options for StructureManager.placeJigsaw.

interface JigsawPlaceOptions {
    keepJigsaws?: boolean;
}

属性

keepJigsaws?: boolean

Whether the jigsaw blocks should be kept when generating the structure. Defaults to false.