Method GetLoadInfo
GetLoadInfo(ProvideHandle, out 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. |