Enum AssetBundleResource.LoadType
Options for where an AssetBundle can be loaded from.
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Syntax
public enum LoadType
Fields
| Name | Description | Value |
|---|---|---|
| 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. |