Table of Contents

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

The descriptor represents an unconfigured sparse address-space cell.

Physical = 0

The descriptor represents a configured physical voxel.