Memoizes per-key Array[Vector3i] offset lists so collision-to-cell mapping results are not recomputed for the same node each frame. Use get/set/has_cached for single entries and invalidate()/invalidate_all() to clear stale data.
Source: addons/grid_placement/placement/manager/components/mapper/geometry_cache_manager_3d.gd
Syntax
class GeometryCacheManager3D extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
get_cached_offsets | Method | |
set_cached_offsets | Method | |
has_cached | Method | |
invalidate | Method | |
invalidate_all | Method |