Class IntModelBatch.RenderablePool

java.lang.Object
com.badlogic.gdx.utils.Pool<T>
com.badlogic.gdx.utils.FlushablePool<IntRenderable>
gaiasky.util.gdx.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

    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, discard, fill, getFree, reset

    Methods inherited from class java.lang.Object

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

    • RenderablePool

      protected RenderablePool()
  • Method Details