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 = 1A grid was added to the observed world.
GridChanged = 4A grid raised a broad change notification.
GridRemoved = 2A grid was removed from the observed world.
None = 0No diagnostic change kind is set.
ObstacleChanged = 128Obstacle state changed on a physical voxel.
OccupantChanged = 256Occupant state changed on a physical voxel.
SparseAddressChanged = 64A sparse address-space range changed.
SparseVoxelAdded = 16A sparse physical voxel was configured.
SparseVoxelRemoved = 32A sparse physical voxel was removed.
WorldReset = 8The observed world was reset.