Skip to content
ct

Class

GeometryCacheManager3D

Generated GDScript class reference for GridPlacement.GeometryCacheManager3D.

Status
Draft
Version
v6.0
Updated
Development docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

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