AStarPathfinding

AStarPathfinding

Static helper methods for A* pathfinding algorithm

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/Services/Targeting/TargetingService2D.cs
Namespace: GridBuilding.Core.Services.Targeting
Kind: class

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

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

Methods

FindPath

Implements A* pathfinding algorithm

Returns: List<CoreVector2I>

Parameters:

  • CoreVector2I start
  • CoreVector2I end
  • GridNavigationData navigationData
  • TargetingConfiguration config