3D smooth occupancy registry. Authoritative spatial tracking for smooth/free 3D placement. This is the primary validation layer: physics queries are available separately as an optional validator. API mirrors [SmoothOccupancyRegistry2D] for dimensional parity.
Source: addons/grid_placement/services/smooth_occupancy_registry_3d.gd
Syntax
class SmoothOccupancyRegistry3D extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
world_registry | Property | The only authority allowed to rebuild this projection from scene roots. Direct register/update calls remain useful to the runtime service, but a 3D scene scan cannot infer GRID versus SMOOTH from PlaceableInstance alone. |
can_occupy | Method | |
register | Method | |
update | Method | |
has_node | Method | |
unregister | Method | |
clear_invalid_entries | Method | |
clear_all | Method | |
snapshot_state | Method | |
restore_state | Method | |
rebuild_from_scene | Method | |
debug_entries | Method | |
size | Method |