You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a method .resize(xyz) which resizes the structure.
If xyz is smaller than the size the outher blocks will be ereased.
If xyz is greater fill the blocks with air/structure void.
These parameters might be useful as well:
edge: specify the edge
fill: Blocks to fill if the structure is going to be expanded
The text was updated successfully, but these errors were encountered:
Implement a method
.resize(xyz)
which resizes the structure.If xyz is smaller than the size the outher blocks will be ereased.
If xyz is greater fill the blocks with air/structure void.
These parameters might be useful as well:
The text was updated successfully, but these errors were encountered: