Package com.jme3.asset.plugins
package com.jme3.asset.plugins
access loadable assets on the classpath, in a filesystem, or on the Web
-
ClassDescriptionThe
ClasspathLocator
looks up an asset in the classpath.FileLocator
allows you to specify a folder where to look for assets.HttpZipLocator
is similar toZipLocator
, except it allows loading assets from a.ZIP
file on the web instead of on the local filesystem.Handles loading of assets from a URLUrlLocator
is a locator that combines a root URL and the given path in the AssetKey to construct a new URL that allows locating the asset.ZipLocator
is a locator that looks up resources in a.ZIP
file.