com.badlogic.gdx.assets
Class AssetLoaderParameters<T>

java.lang.Object
  extended by com.badlogic.gdx.assets.AssetLoaderParameters<T>
Direct Known Subclasses:
AtlasTmxMapLoader.AtlasTiledMapLoaderParameters, BitmapFontLoader.BitmapFontParameter, MusicLoader.MusicParameter, ObjLoader.ObjLoaderParameters, ParticleEffectLoader.ParticleEffectParameter, PixmapLoader.PixmapParameter, SkinLoader.SkinParameter, SoundLoader.SoundParameter, TextureAtlasLoader.TextureAtlasParameter, TextureLoader.TextureParameter, TideMapLoader.Parameters, TmxMapLoader.Parameters

public class AssetLoaderParameters<T>
extends Object


Nested Class Summary
static interface AssetLoaderParameters.LoadedCallback
          Callback interface that will be invoked when the AssetManager loaded an asset.
 
Field Summary
 AssetLoaderParameters.LoadedCallback loadedCallback
           
 
Constructor Summary
AssetLoaderParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loadedCallback

public AssetLoaderParameters.LoadedCallback loadedCallback
Constructor Detail

AssetLoaderParameters

public AssetLoaderParameters()


Copyright © 2013. All Rights Reserved.