Uses of Class
net.risingworld.api.assets.AssetBundle
Packages that use AssetBundle
-
Uses of AssetBundle in net.risingworld.api.assets
Methods in net.risingworld.api.assets that return AssetBundleModifier and TypeMethodDescriptionstatic AssetBundleAssetBundle.loadFromFile(String file) Loads an asset bundle from a file on the hard drive.Methods in net.risingworld.api.assets with parameters of type AssetBundleModifier and TypeMethodDescriptionstatic PrefabAssetPrefabAsset.loadFromAssetBundle(AssetBundle bundle, String path) Loads a prefab from an AssetBundle.static SoundAssetSoundAsset.loadFromAssetBundle(AssetBundle bundle, String path) static StyleSheetAssetStyleSheetAsset.loadFromAssetBundle(AssetBundle bundle, String path) static TextureAssetTextureAsset.loadFromAssetBundle(AssetBundle bundle, String path)