Class AssetBundleResource
Provides methods for loading an AssetBundle from a local or remote location.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.ResourceProviders
어셈블리: solution.dll
구문
public class AssetBundleResource : IAssetBundleResource, IUpdateReceiver
메서드
이름 | 설명 |
---|---|
GetAssetBundle() | Get the asset bundle object managed by this resource. This call may force the bundle to load if not already loaded. |
GetAssetPreloadRequest() | Creates a request for loading all assets from an AssetBundle. |
GetLoadInfo(ProvideHandle, out LoadType, out string) | Determines where an AssetBundle can be loaded from. |
Start(ProvideHandle) | Stores AssetBundle loading information, starts loading the bundle. |
Unload() | Unloads all resources associated with the AssetBundle. |
Update(float) | This will be called once per frame by the ResourceManager |