CacheServerMode
Selects the cache server configuration mode.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum CacheServerMode
Fields
Value | Description |
|---|---|
| AsPreferences | Use this if you want to use the global cache server settings. |
| Disabled | Use this if you want to disable the use of cache server for the project. |
| Enabled | Use this if you want to enable use of the project specific cache server settings. |