Enum GridDiagnosticAddressMode
- Namespace
- GridForge.Diagnostics
- Assembly
- GridForge.dll
Selects which parts of a grid's physical or sparse address space should be exposed through diagnostic queries.
public enum GridDiagnosticAddressMode
Fields
MissingOnly = 2Return only missing sparse address-space cells. Dense grids return no cells.
PhysicalAndMissing = 1Return configured physical voxels and missing sparse address-space cells. Dense grids return physical cells only.
PhysicalOnly = 0Return only configured physical voxels.