Table of Contents

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

Return only missing sparse address-space cells. Dense grids return no cells.

PhysicalAndMissing = 1

Return configured physical voxels and missing sparse address-space cells. Dense grids return physical cells only.

PhysicalOnly = 0

Return only configured physical voxels.