Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

AdaptivePerformanceScalerSettingsBase

class in UnityEngine.AdaptivePerformance

/

Implemented in:UnityEngine.AdaptivePerformanceModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Settings of indexer system.

Properties

Property Description
enabled Returns true if Indexer was active, false otherwise.
maxBound Maximum value for the scale boundary.
maxLevel Maximum level for the scaler. This is tied to the implementation of the scaler to divide the levels into concrete steps.
minBound Minimum value for the scale boundary.
name Returns the name of the scaler.
scale Scale to control the quality impact for the scaler. No quality change when 1, improved quality when bigger 1, and lowered quality when smaller 1.
target Application bottleneck that the scaler targets. The target selected has the most impact on the quality control of this scaler.
visualImpact Visual impact the scaler has on the application. The higher the value, the more impact the scaler has on the visuals.