|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INavMeshAtom
Interface for navmesh atom. It can be either Polygon or off-mesh point is used in pathfinng algorithms as an abstraction of polygon/point
Method Summary | |
---|---|
boolean |
equals(INavMeshAtom atom)
Compares atoms if they are the same (same class, same polygon/point) |
List<INavMeshAtom> |
getNeighbours(NavMesh mesh)
Gets a list of all neighbousrs of this atom in navmesh. |
Method Detail |
---|
List<INavMeshAtom> getNeighbours(NavMesh mesh)
boolean equals(INavMeshAtom atom)
atom
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |