Type Definition voxelize::GetVoxelFunc

source · []
pub type GetVoxelFunc<'a> = &'a dyn Fn(i32, i32, i32) -> (u32, BlockRotation);