Click or drag to resize

AssetBundleServiceIsAssetBundleLoading Method

Returns true if this AssetBundle is already loading, otherwise false

Namespace:  ImmerseSDK.AssetBundles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public bool IsAssetBundleLoading(
	string assetBundleName
)

Parameters

assetBundleName
Type: SystemString

Return Value

Type: Boolean
See Also