T_PurpleKingdomGames_Core_Pathfinding_Seekers_AStar - PurpleKingdomGames/CoreLibs GitHub Wiki
Contains methods for seeking a target within a specified grid using the A* pathfind algorith
System.Object
PurpleKingdomGames.Core.Pathfinding.Seekers.AStar
Namespace: PurpleKingdomGames.Core.Pathfinding.Seekers
Assembly: PurpleKingdomGamesCore (in PurpleKingdomGamesCore.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class AStar
The AStar type exposes the following members.
Name | Description | |
---|---|---|
Seek | Seek a target in a 2-dimensional grid |