Enum AssetBundleResource.LoadType
Options for where an AssetBundle can be loaded from.
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public enum AssetBundleResource.LoadType
  Fields
| Name | Description | 
|---|---|
| Local | Load the AssetBundle from a local file location.  | 
      
| None | Cannot determine where the AssetBundle is located.  | 
      
| Web | Download the AssetBundle from a web server.  |