Package com.badlogic.gdx.utils
Interface Disposable
-
- All Known Subinterfaces:
AudioDevice,AudioRecorder,Batch,Cursor,IndexData,InstanceData,ModelCache.MeshPool,Music,PolygonBatch,ServerSocket,Shader,ShaderProvider,Socket,Sound,VertexData
- All Known Implementing Classes:
AssetManager,AsyncExecutor,BaseShader,BaseShaderProvider,BatchTiledMapRenderer,BillboardRenderer,BitmapFont,CameraGroupStrategy,ColorInfluencer,ColorInfluencer.Random,ColorInfluencer.Single,CpuSpriteBatch,Cubemap,DecalBatch,DefaultShader,DefaultShaderProvider,DepthShader,DepthShaderProvider,DirectionalShadowLight,DistanceFieldFont,DynamicsInfluencer,DynamicsModifier,DynamicsModifier.Angular,DynamicsModifier.BrownianAcceleration,DynamicsModifier.CentripetalAcceleration,DynamicsModifier.FaceDirection,DynamicsModifier.PolarAcceleration,DynamicsModifier.Rotational2D,DynamicsModifier.Rotational3D,DynamicsModifier.Strength,DynamicsModifier.TangentialAcceleration,Emitter,ETC1.ETC1Data,FloatFrameBuffer,FrameBuffer,FrameBufferCubemap,Gdx2DPixmap,GLFrameBuffer,GLTexture,HexagonalTiledMapRenderer,IndexArray,IndexBufferObject,IndexBufferObjectSubData,Influencer,InstanceBufferObject,InstanceBufferObjectSubData,IsometricStaggeredTiledMapRenderer,IsometricTiledMapRenderer,Map,Mesh,Model,ModelBatch,ModelCache,ModelCache.SimpleMeshPool,ModelCache.TightMeshPool,ModelInfluencer,ModelInfluencer.Random,ModelInfluencer.Single,ModelInstanceRenderer,NetJavaServerSocketImpl,NetJavaSocketImpl,OrthoCachedTiledMapRenderer,OrthogonalTiledMapRenderer,ParticleControllerComponent,ParticleControllerControllerRenderer,ParticleControllerFinalizerInfluencer,ParticleControllerInfluencer,ParticleControllerInfluencer.Random,ParticleControllerInfluencer.Single,ParticleControllerRenderer,ParticleEffect,ParticleEffect,ParticleEffectActor,ParticleEffectPool.PooledEffect,ParticleShader,Pixmap,PixmapIO.PNG,PixmapPacker,PointSpriteRenderer,PolygonSpriteBatch,RegionInfluencer,RegionInfluencer.Animated,RegionInfluencer.Random,RegionInfluencer.Single,RegularEmitter,ScaleInfluencer,ShaderProgram,ShapeCache,ShapeRenderer,SimpleInfluencer,Skin,SpawnInfluencer,SpriteBatch,SpriteCache,Stage,Texture,Texture3D,TextureArray,TextureAtlas,TiledMap,VertexArray,VertexBufferObject,VertexBufferObjectSubData,VertexBufferObjectWithVAO
public interface DisposableInterface for disposable resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Releases all resources of this object.
-