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.

ObstacleAdded = 6

An obstacle token was added to a voxel.

ObstacleRemoved = 7

An obstacle token was removed from a voxel.

ObstaclesCleared = 8

All obstacle tokens were cleared from a voxel.

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.

WorldReset = 9

The owning world cleared every active grid.