Package com.prineside.luaj.mapping.parts
Class LJ_GDX_graphics_g3d.RenderableProvider_N.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_graphics_g3d.RenderableProvider_N.LIP
- All Implemented Interfaces:
 com.badlogic.gdx.graphics.g3d.RenderableProvider,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
 - LJ_GDX_graphics_g3d.RenderableProvider_N
 
public static class LJ_GDX_graphics_g3d.RenderableProvider_N.LIP
extends InterfaceProxy
implements com.badlogic.gdx.graphics.g3d.RenderableProvider
- 
Method Summary
Modifier and TypeMethodDescriptionvoidgetRenderables(com.badlogic.gdx.utils.Array p1, com.badlogic.gdx.utils.Pool p2) ReturnsRenderableinstances.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write 
- 
Method Details
- 
getRenderables
public void getRenderables(com.badlogic.gdx.utils.Array p1, com.badlogic.gdx.utils.Pool p2) Description copied from interface:com.badlogic.gdx.graphics.g3d.RenderableProviderReturnsRenderableinstances. Renderables are obtained from the providedPooland added to the provided array. The Renderables obtained usingPool.obtain()will later be put back into the pool, do not store them internally. The resulting array can be rendered via aModelBatch.- Specified by:
 getRenderablesin interfacecom.badlogic.gdx.graphics.g3d.RenderableProvider- Parameters:
 p1- the output arrayp2- the pool to obtain Renderables from
 
 -