Interface IShapeRenderable
- All Superinterfaces:
IRenderable
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(com.badlogic.gdx.graphics.glutils.ShapeRenderer shapeRenderer, RenderingContext rc, float alpha, ICamera camera) Renders the shape(s).Methods inherited from interface IRenderable
getComponentType, getDistToCamera, getOpacity, isHalfResolutionBufferModifier and TypeMethodDescriptionGets the component types of this entitydoubleGets the last distance to the camera calculated for this entityfloatReturns the opacity of this renderablebooleanIs this renderable flagged to be rendered in a half-resolution buffer?
-
Method Details
-
render
void render(com.badlogic.gdx.graphics.glutils.ShapeRenderer shapeRenderer, RenderingContext rc, float alpha, ICamera camera) Renders the shape(s).
-