com.badlogic.gdx.assets.loaders
Class SkinLoader.SkinParameter

java.lang.Object
  extended by com.badlogic.gdx.assets.AssetLoaderParameters<Skin>
      extended by com.badlogic.gdx.assets.loaders.SkinLoader.SkinParameter
Enclosing class:
SkinLoader

public static class SkinLoader.SkinParameter
extends AssetLoaderParameters<Skin>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
 
Field Summary
 String textureAtlasPath
           
 
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
 
Constructor Summary
SkinLoader.SkinParameter(String textureAtlasPath)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textureAtlasPath

public final String textureAtlasPath
Constructor Detail

SkinLoader.SkinParameter

public SkinLoader.SkinParameter(String textureAtlasPath)


Copyright © 2013. All Rights Reserved.