Package gaiasky.util.gdx
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
-
Method Summary
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
-
Constructor Details
-
RenderablePool
protected RenderablePool()
-
-
Method Details
-
newObject
- Specified by:
newObject
in classcom.badlogic.gdx.utils.Pool<IntRenderable>
-
obtain
- Overrides:
obtain
in classcom.badlogic.gdx.utils.FlushablePool<IntRenderable>
-