Skip to content

Class

GeometryCacheManager3D

Generated GDScript class reference for GridPlacement.GeometryCacheManager3D.

Status
Current
Version
v6.0
Source updated
Active v6.0 guide line from Grid Placement repo
Generated on
2026-09-01

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 RefCounted

Members

NameKindSummary
get_cached_offsetsMethod
set_cached_offsetsMethod
has_cachedMethod
invalidateMethod
invalidate_allMethod