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.
ObstacleAdded = 6An obstacle token was added to a voxel.
ObstacleRemoved = 7An obstacle token was removed from a voxel.
ObstaclesCleared = 8All obstacle tokens were cleared from a voxel.
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.
WorldReset = 9The owning world cleared every active grid.