Interface Visual
- All Known Implementing Classes:
AbstractVisual,ShapeVisual,TextureVisual
public interface Visual
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(com.badlogic.gdx.graphics.glutils.ShapeRenderer shape, com.badlogic.gdx.math.Rectangle bounds, float worldRotation) voidrenderSlice(com.badlogic.gdx.graphics.glutils.ShapeRenderer shape, com.badlogic.gdx.math.Rectangle slice, float worldRotation)
-
Method Details
-
render
void render(com.badlogic.gdx.graphics.glutils.ShapeRenderer shape, com.badlogic.gdx.math.Rectangle bounds, float worldRotation) -
renderSlice
void renderSlice(com.badlogic.gdx.graphics.glutils.ShapeRenderer shape, com.badlogic.gdx.math.Rectangle slice, float worldRotation)
-