WarningLevel
Warning levels are used in the ThermalMetrics and describe the thermal status of the device. There are three possible statuses.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public enum WarningLevel
Fields
Value | Description |
|---|---|
| NoWarning | No warning is the normal warning level during standard thermal state. |
| Throttling | If the application is in the throttling state, it should make adjustments to go back to normal temperature levels. |
| ThrottlingImminent | If throttling is imminent, the application should perform adjustments to avoid thermal throttling. |