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 AssetBundle
AssetBundle.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 PrefabAsset
PrefabAsset.loadFromAssetBundle
(AssetBundle bundle, String path) Loads a prefab from an AssetBundle.static SoundAsset
SoundAsset.loadFromAssetBundle
(AssetBundle bundle, String path) static StyleSheetAsset
StyleSheetAsset.loadFromAssetBundle
(AssetBundle bundle, String path) static TextureAsset
TextureAsset.loadFromAssetBundle
(AssetBundle bundle, String path)