Class AnimalPathfind
java.lang.Object
zombie.characters.animals.pathfind.AnimalPathfind
- All Implemented Interfaces:
IPathRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawLine(float x1, float y1, float x2, float y2, float r, float g, float b, float a) voiddrawRect(float x1, float y1, float w, float h, float r, float g, float b, float a) voiddrawTriangleCentroid(Mesh mesh, int tri, float r, float g, float b, float a) static AnimalPathfindvoidrenderPath(UIWorldMap ui, Zone zone, float x1, float y1, float x2, float y2)
-
Constructor Details
-
AnimalPathfind
public AnimalPathfind()
-
-
Method Details
-
getInstance
-
renderPath
-
drawTriangleCentroid
- Specified by:
drawTriangleCentroidin interfaceIPathRenderer
-
drawLine
public void drawLine(float x1, float y1, float x2, float y2, float r, float g, float b, float a) - Specified by:
drawLinein interfaceIPathRenderer
-
drawRect
public void drawRect(float x1, float y1, float w, float h, float r, float g, float b, float a) - Specified by:
drawRectin interfaceIPathRenderer
-