Table of Contents

Enum GridDiagnosticChangeKind

Namespace
GridForge.Diagnostics
Assembly
GridForge.dll

Describes the kind of runtime change captured by a diagnostic session.

[Flags]
public enum GridDiagnosticChangeKind

Fields

GridAdded = 1

A grid was added to the observed world.

GridChanged = 4

A grid raised a broad change notification.

GridRemoved = 2

A grid was removed from the observed world.

None = 0

No diagnostic change kind is set.

ObstacleChanged = 128

Obstacle state changed on a physical voxel.

OccupantChanged = 256

Occupant state changed on a physical voxel.

SparseAddressChanged = 64

A sparse address-space range changed.

SparseVoxelAdded = 16

A sparse physical voxel was configured.

SparseVoxelRemoved = 32

A sparse physical voxel was removed.

WorldReset = 8

The observed world was reset.