Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AdaptivePerformanceScalerSettingsBase

Settings of indexer system.
Read time 1 minuteLast updated 12 days ago

Definition

public class AdaptivePerformanceScalerSettingsBase

Properties

Property

Description

enabledReturns true if Indexer was active, false otherwise.
maxBoundMaximum value for the scale boundary.
maxLevelMaximum level for the scaler. This is tied to the implementation of the scaler to divide the levels into concrete steps.
minBoundMinimum value for the scale boundary.
nameReturns the name of the scaler.
scaleScale to control the quality impact for the scaler. No quality change when 1, improved quality when bigger 1, and lowered quality when smaller 1.
targetApplication bottleneck that the scaler targets. The target selected has the most impact on the quality control of this scaler.
visualImpactVisual impact the scaler has on the application. The higher the value, the more impact the scaler has on the visuals.