Enum VoxelNeighborScope
Selects which grid groups are included by voxel contact-neighbor queries.
[Flags]
public enum VoxelNeighborScope : byte
Fields
All = SourceGrid | SameTopologyGrids | MixedTopologyGridsInclude touching voxels from the source grid, same-topology grids, and mixed-topology grids.
MixedTopologyGrids = 4Include touching voxels from grids with a different topology kind.
None = 0No neighbor groups are included.
SameTopologyGrids = 2Include touching voxels from other grids with the same topology kind.
SourceGrid = 1Include touching voxels from only the source voxel's owning grid.