libgdx API

Uses of Class
com.badlogic.gdx.utils.Pool

Packages that use Pool
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.physics.box2d   
com.badlogic.gdx.scenes.scene2d.actions   
 

Uses of Pool in com.badlogic.gdx.graphics.g2d
 

Subclasses of Pool in com.badlogic.gdx.graphics.g2d
 class ParticleEffectPool
           
 

Uses of Pool in com.badlogic.gdx.physics.box2d
 

Fields in com.badlogic.gdx.physics.box2d declared as Pool
protected  Pool<Body> World.freeBodies
          pool for bodies
protected  Pool<Fixture> World.freeFixtures
          pool for fixtures
 

Uses of Pool in com.badlogic.gdx.scenes.scene2d.actions
 

Subclasses of Pool in com.badlogic.gdx.scenes.scene2d.actions
 class ActionResetingPool<T extends Action>
          A pool taking care of the Action life cycle and resets all its properties when obtained from this pool.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)