Uses of Class
net.risingworld.api.assets.AssetBundle
-
Uses of AssetBundle in net.risingworld.api.assets
Modifier and TypeMethodDescriptionstatic AssetBundle
AssetBundle.loadFromFile
(String file) Loads an asset bundle from a file on the hard drive.Modifier 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)