GeometryCacheManager

GeometryCacheManager

Stub implementation of GeometryCacheManager for compilation TODO: Replace with full implementation when dependencies are resolved

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Geometry/GeometryCacheManager.cs
Namespace: GridBuilding.Godot.Core.Utilities
Kind: class

Parsing Method: AST-based (Roslyn) - NOT regex

⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.

Methods

Clear

Clears all cached geometry entries.

Returns: void

Get

Retrieves a cached entry by key. Returns an implementation-defined object or null if not found.

Returns: object

Parameters:

  • object key

Set

Stores a value in the geometry cache under the given key.

Returns: void

Parameters:

  • object key
  • object value