LevelGraphTests MockLevelGraph ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.GameLogic.PathFinding Graph
    DeltaEngine.GameLogic.PathFinding LevelGraph
      DeltaEngine.GameLogic.PathFinding.Tests LevelGraphTests MockLevelGraph

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

public class MockLevelGraph : LevelGraph

The LevelGraphTests MockLevelGraph type exposes the following members.

Constructors

  NameDescription
Public methodLevelGraphTests MockLevelGraph
Initializes a new instance of the LevelGraphTests MockLevelGraph class
Top
Methods

  NameDescription
Public methodConnect (Inherited from LevelGraph.)
Protected methodConnectAllNodesToLinkGrid (Inherited from LevelGraph.)
Public methodGetClosestNode (Inherited from LevelGraph.)
Public methodGetNode(Int32) (Inherited from Graph.)
Public methodGetNode(Int32, Int32) (Inherited from LevelGraph.)
Public methodIsConnected (Inherited from Graph.)
Protected methodIsInvalidNodeId (Inherited from Graph.)
Public methodIsUnreachableNode (Inherited from LevelGraph.)
Public methodResetGraph (Inherited from LevelGraph.)
Public methodSetReachableAndUpdate (Inherited from LevelGraph.)
Public methodSetUnreachableAndUpdate (Inherited from LevelGraph.)
Public methodSetUnreachableNode (Inherited from LevelGraph.)
Public methodUpdateWeightInAdjacentNodes (Inherited from LevelGraph.)
Top
Fields

  NameDescription
Public fieldAreDiagonalPathAllowed (Inherited from LevelGraph.)
Top
Properties

  NameDescription
Public propertyAdjacentLinks (Inherited from Graph.)
Public propertyNodes (Inherited from Graph.)
Public propertyNumberOfNodes (Inherited from Graph.)
Top
See Also