-
-
Notifications
You must be signed in to change notification settings - Fork 0
GlobalGridManager
DESKTOP-5KM6RA3\david edited this page Apr 25, 2026
·
2 revisions
GlobalGridManager was removed in the v6 world-scoping break.
This page remains only as a migration note for older links and references.
Use GridWorld directly.
That means:
TryAddGrid(...)TryRemoveGrid(...)TryGetGrid(...)TryGetGridAndVoxel(...)TryGetVoxel(...)VoxelSizeSpatialGridCellSize- construct and own a
GridWorld - register grids against that world
- route tracing, blockers, occupants, and queries through that world
- treat
WorldVoxelIndexas the stable cross-system identity
- Architecture Overview for the real system map
- Getting Started for the recommended explicit-world entry path
- Core Concepts for world-scoped identity and ownership