GraphSearch ClassDelta Engine Documentation
Base class for path finding, currently only AStarSearch is supported and used. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.GameLogic.PathFinding GraphSearch
    DeltaEngine.GameLogic.PathFinding AStarSearch

Namespace: DeltaEngine.GameLogic.PathFinding
Assembly: DeltaEngine.GameLogic.PathFinding (in DeltaEngine.GameLogic.PathFinding.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class GraphSearch

The GraphSearch type exposes the following members.

Constructors

  NameDescription
Protected methodGraphSearch
Initializes a new instance of the GraphSearch class
Top
Methods

  NameDescription
Protected methodGetNextNode
Public methodGetPath
Protected methodInitialize
Public methodSearch
Top
Fields

  NameDescription
Protected fieldcostSoFar
Protected fieldgraph
Protected fieldStatic memberInfinity
Protected fieldStatic memberInvalidNodeIndex
Protected fieldnodesToCheck
Protected fieldpreviousNode
Protected fieldstartNode
Protected fieldtargetNode
Protected fieldvisitedNodes
Top
See Also