Enum GridDiagnosticCellState
- Namespace
- GridForge.Diagnostics
- Assembly
- GridForge.dll
Compact state flags exposed for diagnostic cell filtering and adapters.
[Flags]
public enum GridDiagnosticCellState : byte
Fields
Blocked = 4The physical voxel has one or more blockers.
Boundary = 8The physical voxel lies on the boundary of its grid.
Empty = 1The physical voxel has no occupants and no blockers.
MissingSparseAddress = 32The descriptor represents a missing sparse address-space cell.
None = 0No diagnostic state flags are set.
Occupied = 2The physical voxel has one or more occupants.
Partitioned = 16The physical voxel has one or more partitions.