public final class AssetConfig
extends java.lang.Object
AssetConfig loads a config file to configure the asset manager.
 The config file is specified with the following format:
 
 "INCLUDE" path
 "LOADER" class : (extension ",")* extension
 "LOCATOR" path class
 | Modifier and Type | Method and Description | 
|---|---|
static void | 
loadText(AssetManager assetManager,
        java.net.URL configUrl)  | 
public static void loadText(AssetManager assetManager, java.net.URL configUrl) throws java.io.IOException
java.io.IOException