Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.
Manages caching for geometry calculations to improve performance. The 2D leaf is this class; the 3D leaf is [GeometryCacheManager3D]. Both extend this base; see docs/v6-0/guides/naming-convention.md for the 2D/3D naming rule.
Source: addons/grid_placement/placement/manager/components/mapper/geometry_cache_manager.gd
Syntax
class GeometryCacheManager extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
invalidate_cache | Method | |
get_cached_polygon_bounds | Method | |
cache_key | Property | |
bounds | Property | |
get_cached_tile_polygon | Method | |
cache_key | Property | |
tile_polygon | Property | |
get_cached_geometry_result | Method | |
result | Property |
Source
addons/grid_placement/placement/manager/components/mapper/geometry_cache_manager.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs