Instance Propertyheckj.voxels 0.2.6Voxels
value
The updated voxel value.
let value: T
The updated voxel value.
let value: T
import Voxels
A Swift library for storage, manipulation, export, and 3D rendering of Voxel data.
struct VoxelUpdate<T> where T : Sendable
A type that represents an update to a single voxel from a collection.
init(index: VoxelIndex, value: T)
Creates a new update with the index and value you provide.
let index: VoxelIndex
The index location of the voxel change.