Class WorldMapCell
java.lang.Object
zombie.worldMap.WorldMapCell
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddispose()getIndexBuffer(int count) getPointBuffer(int addPoints) getTriangleBuffer(int count) voidhitTest(float x, float y, ArrayList<WorldMapFeature> features)
-
Field Details
-
x
public int x -
y
public int y -
features
-
priority
public int priority -
clipHigherPriorityCells
public int[] clipHigherPriorityCells -
pointBuffer
-
indexBuffer
-
triangleBuffer
-
-
Constructor Details
-
WorldMapCell
public WorldMapCell()
-
-
Method Details
-
hitTest
-
getPointBuffer
-
getIndexBuffer
-
getTriangleBuffer
-
clearTriangles
public void clearTriangles() -
dispose
public void dispose()
-