We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Optional
floorplanThe number of unique floorplans.
Optional
interiorThe number of unique interiors per floorplan.
The number of worlds that will be created. You can configure the number of unique floorplans and the number of unique interiors for each floor plan. For example, if you want 1 world with 20 unique interiors, you set
floorplanCount = 1
andinteriorCountPerFloorplan = 20
. This will result in 20 worlds (floorplanCount
*interiorCountPerFloorplan)
.If you set
floorplanCount = 4
andinteriorCountPerFloorplan = 5
, there will be 20 worlds with 5 unique floor plans.