Package jme3utilities
Interface Loadable
public interface Loadable
A JMonkeyEngine object containing loadable assets.
-
Method Summary
Modifier and TypeMethodDescriptionvoidload(com.jme3.asset.AssetManager assetManager) Load the assets of this Loadable without attaching them to anything.
-
Method Details
-
load
void load(com.jme3.asset.AssetManager assetManager) Load the assets of this Loadable without attaching them to anything.- Parameters:
assetManager- for loading assets (not null)
-