Click or drag to resize

AssetBundleServiceGetVersionedAssetBundlePath Method

Gets the relative versioned path for an asset bundle file.

Namespace:  ImmerseSDK.AssetBundles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static string GetVersionedAssetBundlePath(
	AssetBundleConfiguration config,
	RuntimePlatform platform
)

Parameters

config
Type: ImmerseSDK.AssetBundlesAssetBundleConfiguration
platform
Type: RuntimePlatform

Return Value

Type: String
See Also