Enum Feature
Feature flags See ChangeFlags and Capabilities.
Namespace: UnityEngine.AdaptivePerformance.Provider
Syntax
[Flags]
public enum Feature
Fields
Name | Description | Value |
---|---|---|
ClusterInfo | See ClusterInfo |
|
CpuFrameTime | See CpuFrameTime |
|
CpuPerformanceBoost | See CpuPerformanceBoost and EnableCpuBoost() |
|
CpuPerformanceLevel | See CpuPerformanceLevel and SetPerformanceLevel(ref Int32, ref Int32) |
|
GpuFrameTime | See GpuFrameTime |
|
GpuPerformanceBoost | See GpuPerformanceBoost and EnableGpuBoost() |
|
GpuPerformanceLevel | See GpuPerformanceLevel and SetPerformanceLevel(ref Int32, ref Int32) |
|
None | No features |
|
OverallFrameTime | See OverallFrameTime |
|
PerformanceLevelControl | See PerformanceLevelControlAvailable and PerformanceLevelControl |
|
TemperatureLevel | See TemperatureLevel |
|
TemperatureTrend | See TemperatureTrend |
|
WarningLevel | See WarningLevel |