| AssetBundleServiceLoadAssetAsyncT Method |
Start loading an asset from the specified assetbundle. If the asset bundle is not loaded, this method fails.
Namespace:
ImmerseSDK.AssetBundles
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax public AssetBundleRequest LoadAssetAsync<T>(
string assetBundleName,
string assetName
)
Parameters
- assetBundleName
- Type: SystemString
- assetName
- Type: SystemString
Type Parameters
- T
Return Value
Type:
AssetBundleRequestSee Also