Delegate ThermalEventHandler
You can subscribe to the thermal event delegate which sends the ThermalMetrics when the thermal state changes.
Namespace: UnityEngine.AdaptivePerformance
Assembly: Unity.AdaptivePerformance.dll
Syntax
public delegate void ThermalEventHandler(ThermalMetrics thermalMetrics)
Parameters
Type | Name | Description |
---|---|---|
ThermalMetrics | thermalMetrics | Passes the active ThermalMetrics |