PathResult
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.
Declaration
Summary
Represents the result of a pathfinding operation.
Metadata
Namespace: GridPlacement.Core.Services
Source File: cs/Core/Services/HPAPathfindingService.cs
Assembly: GridPlacement.Core
Type: record
Implements
IEquatable<PathResult>
Properties
Success
Gets a value indicating whether the pathfinding succeeded.
Path
Gets the path if successful.
ErrorMessage
Gets the error message if failed.
Methods
CreateSuccess
CreateFailure
Creates a failed path result.