Class VirtualAssetBundleRequestOptions
Custom version of AssetBundleRequestOptions used to compute needed download size while bypassing the cache. In the future a virtual cache may be implemented.
Implements
Inherited Members
Namespace: UnityEngine.ResourceManagement.ResourceProviders.Simulation
Assembly: Unity.ResourceManager.dll
Syntax
[Serializable]
public class VirtualAssetBundleRequestOptions : AssetBundleRequestOptions, ILocationSizeData
Methods
Name | Description |
---|---|
ComputeSize(IResourceLocation, ResourceManager) | Computes the amount of data needed to be downloaded for this bundle. |