Package gaia.cu9.ari.gaiaorbit.util.gdx
Class IntModelBatch.RenderablePool
- java.lang.Object
-
- com.badlogic.gdx.utils.Pool<T>
-
- com.badlogic.gdx.utils.FlushablePool<IntRenderable>
-
- gaia.cu9.ari.gaiaorbit.util.gdx.IntModelBatch.RenderablePool
-
- Enclosing class:
- IntModelBatch
protected static class IntModelBatch.RenderablePool extends com.badlogic.gdx.utils.FlushablePool<IntRenderable>
-
-
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()
-
-
-
Method Detail
-
newObject
protected IntRenderable newObject()
- Specified by:
newObject
in classcom.badlogic.gdx.utils.Pool<IntRenderable>
-
obtain
public IntRenderable obtain()
- Overrides:
obtain
in classcom.badlogic.gdx.utils.FlushablePool<IntRenderable>
-
-