Skip to main content

listVoxelUpdatesByDistance

Lists recorded voxel edits for all chunks within a cubic (Chebyshev) radius of a center chunk, grouped per chunk and ordered by increasing distance, paginated over chunks. Requires a valid bearer token; app-scoped tokens are limited to their own app. Read-only.

listVoxelUpdatesByDistance(
input: ListVoxelUpdatesByDistanceInput!
): VoxelUpdatesByDistanceResponse!

Arguments

listVoxelUpdatesByDistance.input ● ListVoxelUpdatesByDistanceInput! non-null input

Type

VoxelUpdatesByDistanceResponse object

Result of listVoxelUpdatesByDistance: per-chunk groups of voxel edits ordered by increasing distance from the center, plus an echo of the pagination applied.