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