com.jme3.asset
Class AssetConfig

java.lang.Object
  extended by com.jme3.asset.AssetConfig

public 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: "LOADER" : ( ",")* "LOCATOR" : ( ",")*


Constructor Summary
AssetConfig(AssetManager manager)
           
 
Method Summary
 void loadText(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetConfig

public AssetConfig(AssetManager manager)
Method Detail

loadText

public void loadText(java.io.InputStream in)
              throws java.io.IOException
Throws:
java.io.IOException