Class IntModelBatch.RenderablePool

  • Enclosing class:
    IntModelBatch

    protected static class IntModelBatch.RenderablePool
    extends com.badlogic.gdx.utils.FlushablePool<IntRenderable>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.badlogic.gdx.utils.Pool

        com.badlogic.gdx.utils.Pool.Poolable
    • Field Summary

      • Fields inherited from class com.badlogic.gdx.utils.FlushablePool

        obtained
      • Fields inherited from class com.badlogic.gdx.utils.Pool

        max, peak
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RenderablePool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected IntRenderable newObject()  
      IntRenderable obtain()  
      • Methods inherited from class com.badlogic.gdx.utils.FlushablePool

        flush, free, freeAll
      • Methods inherited from class com.badlogic.gdx.utils.Pool

        clear, fill, getFree, reset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RenderablePool

        protected RenderablePool()