Skip to content

GlobalGridManager

DESKTOP-5KM6RA3\david edited this page Apr 25, 2026 · 2 revisions

GlobalGridManager

GlobalGridManager was removed in the v6 world-scoping break.

This page remains only as a migration note for older links and references.

What Replaced It

Use GridWorld directly.

That means:

  • TryAddGrid(...)
  • TryRemoveGrid(...)
  • TryGetGrid(...)
  • TryGetGridAndVoxel(...)
  • TryGetVoxel(...)
  • VoxelSize
  • SpatialGridCellSize
  • construct and own a GridWorld
  • register grids against that world
  • route tracing, blockers, occupants, and queries through that world
  • treat WorldVoxelIndex as the stable cross-system identity

Read This Next

Clone this wiki locally