Package group24.escaperoom.data
Interface Drawable
- All Known Implementing Classes:
AreaSelector,Item,ItemSelectionTool,Player,SelectionTool
public interface Drawable
-
Method Details
-
renderPriority
int renderPriority()- Returns:
- the renderPriority of this Drawable
-
draw
void draw(com.badlogic.gdx.graphics.g2d.Batch batch) Draw this Drawable on theBatch- Parameters:
batch- to draw on
-
position
com.badlogic.gdx.math.Vector2 position()- Returns:
- coordinates of the lower left corner of this Drawable
-
getTileDepth
int getTileDepth()- Returns:
- the tile depth of this Drawable
-