Table of Contents

Enum GridEventKind

Namespace
GridForge.Grids
Assembly
GridForge.dll

Describes the reason a grid event was raised.

public enum GridEventKind

Fields

GridAdded = 1

A grid was added to a world.

GridChanged = 3

A grid changed without a more specific classified mutation.

GridRemoved = 2

A grid was removed from a world.

SparseVoxelAdded = 4

A sparse voxel was configured at runtime.

SparseVoxelRemoved = 5

A sparse voxel was removed at runtime.

Unspecified = 0

The event source did not provide a more specific reason.