ApplyDefaultSetting(AdaptivePerformanceScalerSettingsBase)
Any scaler with settings in IAdaptivePerformanceSettings needs to call this method and provide the scaler specific setting. Unity uses the setting arguments in the base-scaler as the default settings. This is also used by Scaler Profiles to apply their Settings.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public void ApplyDefaultSetting(AdaptivePerformanceScalerSettingsBase defaultSetting)
Parameters
The settings to apply to the scaler for normal mode.