Example usage for com.badlogic.gdx.ai.pfa GraphPath interface-usage

List of usage examples for com.badlogic.gdx.ai.pfa GraphPath interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.ai.pfa GraphPath interface-usage.

Usage

From source file gameplay.map.pathfinding.Chemin.java

/**
 *
 * @author Stage
 */
public class Chemin extends Array<Tuile> implements GraphPath<Tuile> {

From source file us.thirdmillenium.strategicassaultsimulator.ai.tile.TileGraphPath.java

/**
 * Contains a Tile path
 */
public class TileGraphPath implements GraphPath<TileConnect> {
    private ArrayList<TileConnect> myNodes;