Enum WarningLevel
The warning levels are used in the ThermalMetrics and describe the thermal status of the device in 3 categories.
Namespace: UnityEngine.AdaptivePerformance
Syntax
public enum WarningLevel
Fields
Name | Description | Value |
---|---|---|
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. |