Chris' Tutorials
Docs/Grid Placement

Class

GeometryCacheManager

Generated GDScript class reference for GridPlacement.GeometryCacheManager.

StatusDraft
Versionv6.0
UpdatedDevelopment docs generated from GDScript source

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

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 RefCounted

Members

NameKindSummary
invalidate_cacheMethod
get_cached_polygon_boundsMethod
cache_keyProperty
boundsProperty
get_cached_tile_polygonMethod
cache_keyProperty
tile_polygonProperty
get_cached_geometry_resultMethod
resultProperty

Source

addons/grid_placement/placement/manager/components/mapper/geometry_cache_manager.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs