Table of Contents

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 = 4

The physical voxel has one or more blockers.

Boundary = 8

The physical voxel lies on the boundary of its grid.

Empty = 1

The physical voxel has no occupants and no blockers.

MissingSparseAddress = 32

The descriptor represents a missing sparse address-space cell.

None = 0

No diagnostic state flags are set.

Occupied = 2

The physical voxel has one or more occupants.

Partitioned = 16

The physical voxel has one or more partitions.