pub fn turtle_copy_region(x_span: i32, y_span: i32, z_span: i32)
Expand description
Copy a given region from the turtle’s position.
Paste the region using turtle_paste_region_masked()
.
pub fn turtle_copy_region(x_span: i32, y_span: i32, z_span: i32)
Copy a given region from the turtle’s position.
Paste the region using turtle_paste_region_masked()
.