ApplyBatteryModeSetting(AdaptivePerformanceScalerSettingsBase)
Apply battery mode settings to the scaler. This allows scalers to have separate configurations for normal and battery operation modes. This is used by Scaler Profiles to apply battery mode settings.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public void ApplyBatteryModeSetting(AdaptivePerformanceScalerSettingsBase batteryModeSetting)
Parameters
The settings to apply to the scaler for battery mode.