Class NestedPathWanderer
java.lang.Object
zombie.characters.animals.pathfind.NestedPathWanderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawLine(UIWorldMap ui, float x1, float y1, float x2, float y2, float r, float g, float b, float a) voiddrawRect(UIWorldMap ui, float x1, float y1, float w, float h, float r, float g, float b, float a) voidrender(UIWorldMap ui)
-
Field Details
-
paths
-
path
-
x
public float x -
y
public float y
-
-
Constructor Details
-
NestedPathWanderer
public NestedPathWanderer()
-
-
Method Details
-
render
-
drawLine
public void drawLine(UIWorldMap ui, float x1, float y1, float x2, float y2, float r, float g, float b, float a) -
drawRect
public void drawRect(UIWorldMap ui, float x1, float y1, float w, float h, float r, float g, float b, float a)
-