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

AdaptivePerformanceScalerSettings

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
AdaptiveBatching A scaler setting used by AdaptivePerformanceIndexer to control if dynamic batching is enabled.
AdaptiveDecals A scaler setting used by AdaptivePerformanceIndexer to change decal properties.
AdaptiveFramerate A scaler setting used by AdaptivePerformanceIndexer to adjust the application update rate using Application.targetFrameRate.
AdaptiveLayerCulling A scaler setting used by AdaptivePerformanceIndexer to change the layer culling distance.
AdaptiveLOD A scaler setting used by AdaptivePerformanceIndexer for adjusting at what distance LODs are switched.
AdaptiveLut A scaler setting used by AdaptivePerformanceIndexer to adjust the size of the palette used for color grading in URP.
AdaptiveMSAA A scaler setting used by AdaptivePerformanceIndexer to adjust the level of antialiasing.
AdaptivePhysics A scaler setting used by AdaptivePerformanceIndexer to change physics properties.
AdaptiveResolution A scaler setting used by AdaptivePerformanceIndexer to adjust the resolution of all render targets that allow dynamic resolution.
AdaptiveShadowCascade A scaler setting used by AdaptivePerformanceIndexer to adjust the number of shadow cascades to be used.
AdaptiveShadowDistance A scaler setting used by AdaptivePerformanceIndexer to change the distance at which shadows are rendered.
AdaptiveShadowmapResolution A scaler setting used by AdaptivePerformanceIndexer to adjust the resolution of shadow maps.
AdaptiveShadowQuality A scaler setting used by AdaptivePerformanceIndexer to adjust the quality of shadows.
AdaptiveSorting A scaler setting used by AdaptivePerformanceIndexer to change if objects in the scene are sorted by depth before rendering to reduce overdraw.
AdaptiveTransparency A scaler setting used by AdaptivePerformanceIndexer to disable transparent objects rendering.
AdaptiveViewDistance A scaler setting used by AdaptivePerformanceIndexer to change the view distance.

Public Methods

Method Description
ApplySettings Apply existing external settings to a scaler to override the existing settings.