Interface Drawable
- All Known Subinterfaces:
ColoredDrawable,TexturedDrawable
- All Known Implementing Classes:
Circle,CircleCollider,Collider,Rect,RectCollider,RoundedRect,Shape
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An object that can be drawn on the screen.
-
Method Summary
-
Method Details
-
draw
Draws this object.- Parameters:
renderer- The rendererdepth- The depth of the entity
-