public static class ParticleEffectLoader.ParticleEffectParameter extends AssetLoaderParameters<ParticleEffect>
AssetManager.load(String, Class, AssetLoaderParameters)
if additional configuration is
necessary for the ParticleEffect
.AssetLoaderParameters.LoadedCallback
Modifier and Type | Field and Description |
---|---|
String |
atlasFile
Atlas file name.
|
String |
atlasPrefix
Optional prefix to image names
|
FileHandle |
imagesDir
Image directory.
|
loadedCallback
Constructor and Description |
---|
ParticleEffectLoader.ParticleEffectParameter() |
public String atlasFile
public String atlasPrefix
public FileHandle imagesDir
Copyright © 2015. All rights reserved.