Package com.prineside.luaj.mapping.parts
Class LJ_GDX.TiledMapRenderer_BY.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX.TiledMapRenderer_BY.LIP
- All Implemented Interfaces:
com.badlogic.gdx.maps.MapRenderer,com.badlogic.gdx.maps.tiled.TiledMapRenderer,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX.TiledMapRenderer_BY
public static class LJ_GDX.TiledMapRenderer_BY.LIP
extends InterfaceProxy
implements com.badlogic.gdx.maps.tiled.TiledMapRenderer
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj -
Method Summary
Modifier and TypeMethodDescriptionvoidrender()Renders all the layers of a map.voidrender(int[] p1) Renders the given layers of a map.voidrenderImageLayer(com.badlogic.gdx.maps.tiled.TiledMapImageLayer p1) voidrenderObject(com.badlogic.gdx.maps.MapObject p1) voidrenderObjects(com.badlogic.gdx.maps.MapLayer p1) voidrenderTileLayer(com.badlogic.gdx.maps.tiled.TiledMapTileLayer p1) voidsetView(com.badlogic.gdx.graphics.OrthographicCamera p1) Sets the projection matrix and viewbounds from the given camera.voidsetView(com.badlogic.gdx.math.Matrix4 p1, float p2, float p3, float p4, float p5) Sets the projection matrix for rendering, as well as the bounds of the map which should be rendered.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
render
public void render()Description copied from interface:com.badlogic.gdx.maps.MapRendererRenders all the layers of a map.- Specified by:
renderin interfacecom.badlogic.gdx.maps.MapRenderer
-
render
public void render(int[] p1) Description copied from interface:com.badlogic.gdx.maps.MapRendererRenders the given layers of a map.- Specified by:
renderin interfacecom.badlogic.gdx.maps.MapRenderer- Parameters:
p1- the layers to render.
-
renderImageLayer
public void renderImageLayer(com.badlogic.gdx.maps.tiled.TiledMapImageLayer p1) - Specified by:
renderImageLayerin interfacecom.badlogic.gdx.maps.tiled.TiledMapRenderer
-
renderObject
public void renderObject(com.badlogic.gdx.maps.MapObject p1) - Specified by:
renderObjectin interfacecom.badlogic.gdx.maps.tiled.TiledMapRenderer
-
renderObjects
public void renderObjects(com.badlogic.gdx.maps.MapLayer p1) - Specified by:
renderObjectsin interfacecom.badlogic.gdx.maps.tiled.TiledMapRenderer
-
renderTileLayer
public void renderTileLayer(com.badlogic.gdx.maps.tiled.TiledMapTileLayer p1) - Specified by:
renderTileLayerin interfacecom.badlogic.gdx.maps.tiled.TiledMapRenderer
-
setView
public void setView(com.badlogic.gdx.graphics.OrthographicCamera p1) Description copied from interface:com.badlogic.gdx.maps.MapRendererSets the projection matrix and viewbounds from the given camera. If the camera changes, you have to call this method again. The viewbounds are taken from the camera's position and viewport size as well as the scale. This method will only work if the camera's direction vector is (0,0,-1) and its up vector is (0, 1, 0), which are the defaults.- Specified by:
setViewin interfacecom.badlogic.gdx.maps.MapRenderer- Parameters:
p1- theOrthographicCamera
-
setView
public void setView(com.badlogic.gdx.math.Matrix4 p1, float p2, float p3, float p4, float p5) Description copied from interface:com.badlogic.gdx.maps.MapRendererSets the projection matrix for rendering, as well as the bounds of the map which should be rendered. Make sure that the frustum spanned by the projection matrix coincides with the viewbounds.- Specified by:
setViewin interfacecom.badlogic.gdx.maps.MapRenderer
-