Method GetLoadInfo
GetLoadInfo(ProvideHandle, out AssetBundleResource.LoadType, out String)
Determines where an AssetBundle can be loaded from.
Declaration
public static void GetLoadInfo(ProvideHandle handle, out AssetBundleResource.LoadType loadType, out string path)
Parameters
| Type | Name | Description |
|---|---|---|
| ProvideHandle | handle | The container for AssetBundle loading information. |
| AssetBundleResource.LoadType | loadType | Specifies where an AssetBundle can be loaded from. |
| String | path | The file path or url where the AssetBundle is located. |