godot_voxel/doc/docs/api/VoxelToolTerrain.md
Marc Gilleron ce198c2670 Some doc
2021-01-21 20:04:53 +00:00

2.1 KiB

VoxelToolTerrain

Inherits: VoxelTool

Implementation of VoxelTool optimized for uses on VoxelTerrain.

Methods:

Return Signature
void run_blocky_random_tick ( AABB area, int voxel_count, FuncRef callback, int batch_count=16 ) const

Method Descriptions

Picks random voxels within the specified area and executes a function on them. This only works for terrains using VoxelMesherBlocky. Only voxels where member Voxel.random_tickable is true will be picked.

Generated on Jan 21, 2021