PathCalculatedEventArgs

PathCalculatedEventArgs

Event arguments for path calculation success.

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/Services/Targeting/TargetingEvents.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.

Properties

Path

Gets the calculated path, including start and end positions.

Distance

Gets the total path distance/cost.

Start

Gets the starting grid position for the path.

End

Gets the ending grid position for the path.