Struct GridVoxelSet
- Namespace
- GridForge
- Assembly
- GridForge.dll
Used to group query results on a grid to voxel level
public readonly struct GridVoxelSet
- Inherited Members
Constructors
GridVoxelSet(VoxelGrid, SwiftList<Voxel>)
Initializes a new grouped grid query result.
public GridVoxelSet(VoxelGrid grid, SwiftList<Voxel> voxels)
Parameters
gridVoxelGridThe grid containing the matching voxels.
voxelsSwiftList<Voxel>The matching voxels for the grid.
Fields
Grid
The grid containing the voxels from the resulting query
public readonly VoxelGrid Grid
Field Value
Voxels
A list of voxels that match the provided query
public readonly SwiftList<Voxel> Voxels
Field Value
- SwiftList<Voxel>