Enum ProductCache.CacheUsage
Enum CacheUsage
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
[Flags]
public enum CacheUsage
Fields
| Name | Description | Value |
|---|---|---|
| Nothing | The nothing |
0 |
| Editor | The editor |
2 |
| PlayMode | The play mode |
4 |
| Build | The build |
8 |