Method GetLoadInfo
GetLoadInfo(ProvideHandle, out LoadType, out string)
Determines where an AssetBundle can be loaded from.
선언
public static void GetLoadInfo(ProvideHandle handle, out AssetBundleResource.LoadType loadType, out string path)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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. |