Enum Feature
Feature flags See ChangeFlags and Capabilities.
Namespace: UnityEngine.AdaptivePerformance.Provider
Syntax
[Flags]
public enum Feature
Fields
| Name | Description | Value |
|---|---|---|
| None | No features |
0 |
| WarningLevel | See WarningLevel |
1 |
| TemperatureLevel | See TemperatureLevel |
2 |
| TemperatureTrend | See TemperatureTrend |
4 |
| CpuPerformanceLevel | See CpuPerformanceLevel and SetPerformanceLevel(ref Int32, ref Int32) |
8 |
| GpuPerformanceLevel | See GpuPerformanceLevel and SetPerformanceLevel(ref Int32, ref Int32) |
16 |
| PerformanceLevelControl | See PerformanceLevelControlAvailable and PerformanceLevelControl |
32 |
| GpuFrameTime | See GpuFrameTime |
64 |
| CpuFrameTime | See CpuFrameTime |
128 |
| OverallFrameTime | See OverallFrameTime |
256 |
| CpuPerformanceBoost | See CpuPerformanceBoost and EnableCpuBoost() |
512 |
| GpuPerformanceBoost | See GpuPerformanceBoost and EnableGpuBoost() |
1024 |
| ClusterInfo | See ClusterInfo |
2048 |
| PerformanceMode | See PerformanceMode |
4096 |