Enum GridEventKind
Describes the reason a grid event was raised.
public enum GridEventKind
Fields
GridAdded = 1A grid was added to a world.
GridChanged = 3A grid changed without a more specific classified mutation.
GridRemoved = 2A grid was removed from a world.
SparseVoxelAdded = 4A sparse voxel was configured at runtime.
SparseVoxelRemoved = 5A sparse voxel was removed at runtime.
Unspecified = 0The event source did not provide a more specific reason.