Interface IMinimapScale
- All Known Implementing Classes:
AbstractMinimapScale, HeliosphereMinimapScale, HighZMinimapScale, InnerSolarSystemMinimapScale, LocalGroup1MinimapScale, LocalGroup2MinimapScale, MilkyWayMinimapScale, OortCloudMinimapScale, OuterSolarSystemMinimapScale, SolarNeighbourhoodMinimapScale
public interface IMinimapScale
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()getName()voidinitialize(com.badlogic.gdx.graphics.OrthographicCamera ortho, com.badlogic.gdx.graphics.g2d.SpriteBatch sb, com.badlogic.gdx.graphics.glutils.ShapeRenderer sr, com.badlogic.gdx.graphics.g2d.BitmapFont font, int side, int sideshort) booleanvoidrenderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) voidrenderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) voidupdate()
-
Method Details
-
isActive
-
update
void update() -
initialize
void initialize(com.badlogic.gdx.graphics.OrthographicCamera ortho, com.badlogic.gdx.graphics.g2d.SpriteBatch sb, com.badlogic.gdx.graphics.glutils.ShapeRenderer sr, com.badlogic.gdx.graphics.g2d.BitmapFont font, int side, int sideshort) -
renderSideProjection
void renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) -
renderTopProjection
void renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) -
getName
String getName() -
dispose
void dispose()
-