Package com.mygdx.game.AI
Class Path
java.lang.Object
com.mygdx.game.AI.Path
- All Implemented Interfaces:
com.badlogic.gdx.ai.pfa.Connection<Node>
public class Path extends java.lang.Object implements com.badlogic.gdx.ai.pfa.Connection<Node>
The path that exists between 2 nodes not bidirectional
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description floatgetCost()NodegetFromNode()NodegetToNode()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Path
-
-
Method Details