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
obtainedFields inherited from class com.badlogic.gdx.utils.Pool
max, peak -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.badlogic.gdx.utils.FlushablePool
flush, free, freeAllMethods inherited from class com.badlogic.gdx.utils.Pool
clear, discard, fill, getFree, reset
-
Constructor Details
-
RenderablePool
protected RenderablePool()
-
-
Method Details
-
newObject
- Specified by:
newObjectin classcom.badlogic.gdx.utils.Pool<IntRenderable>
-
obtain
- Overrides:
obtainin classcom.badlogic.gdx.utils.FlushablePool<IntRenderable>
-