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 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.RenderableProvider
      Returns Renderable instances. Renderables are obtained from the provided Pool and added to the provided array. The Renderables obtained using Pool.obtain() will later be put back into the pool, do not store them internally. The resulting array can be rendered via a ModelBatch.
      Specified by:
      getRenderables in interface com.badlogic.gdx.graphics.g3d.RenderableProvider
      Parameters:
      p1 - the output array
      p2 - the pool to obtain Renderables from