Table of Contents

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

grid VoxelGrid

The grid containing the matching voxels.

voxels SwiftList<Voxel>

The matching voxels for the grid.

Fields

Grid

The grid containing the voxels from the resulting query

public readonly VoxelGrid Grid

Field Value

VoxelGrid

Voxels

A list of voxels that match the provided query

public readonly SwiftList<Voxel> Voxels

Field Value

SwiftList<Voxel>