Skip to content

T_PurpleKingdomGames_Core_Pathfinding_Seekers_AStar

David North edited this page Jul 31, 2015 · 2 revisions

AStar Class

Contains methods for seeking a target within a specified grid using the A* pathfind algorith

Inheritance Hierarchy

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)

Syntax

C#

public static class AStar

The AStar type exposes the following members.

Methods

 

Name Description
Public methodStatic member Seek Seek a target in a 2-dimensional grid
  Back to Top

See Also

Reference

PurpleKingdomGames.Core.Pathfinding.Seekers Namespace

Clone this wiki locally