Click or drag to resize

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
C#
public AssetBundleRequest LoadAssetAsync<T>(
	string assetBundleName,
	string assetName
)

Parameters

assetBundleName
Type: SystemString
assetName
Type: SystemString

Type Parameters

T

Return Value

Type: AssetBundleRequest
See Also