Manages caching for geometry calculations to improve performance. The 2D leaf is this class; the 3D leaf is [GeometryCacheManager3D]. Both extend this base; see addons/grid_placement/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 |