Enum GridDiagnosticCellKind
- Namespace
- GridForge.Diagnostics
- Assembly
- GridForge.dll
Identifies whether a diagnostic cell describes a physical voxel or a sparse address-space location where a voxel could exist.
public enum GridDiagnosticCellKind
Fields
MissingSparseAddress = 1The descriptor represents an unconfigured sparse address-space cell.
Physical = 0The descriptor represents a configured physical voxel.