Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public void ApplyDefaultSetting(AdaptivePerformanceScalerSettingsBase defaultSetting)

Parameters

The settings to apply to the scaler for normal mode.