Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

AdaptivePerformanceScalerProfile

class in UnityEngine.AdaptivePerformance

/

Inherits from:AdaptivePerformance.AdaptivePerformanceScalerSettings

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

Scaler profiles are used to combine all settings of scalers into one profile to be able to change the settings of each scaler at once.

Properties

Property Description
AddedScalers List of custom scalers added to the provider settings via the scaler profile UI.
Name Name of the Scaler Profile. Used to find profiles and switch them during runtime.

Inherited Members

Properties

PropertyDescription
AdaptiveDecals A scaler setting used by AdaptivePerformanceIndexer to change decal properties. Returns the active setting based on current OperationMode.
AdaptiveFramerate A scaler setting used by AdaptivePerformanceIndexer to adjust the application update rate using Application.targetFrameRate. Returns the active setting based on current OperationMode with enabled field redirected to separate storage.
AdaptiveLayerCulling A scaler setting used by AdaptivePerformanceIndexer to change the layer culling distance. Returns the active setting based on current OperationMode.
AdaptiveLOD A scaler setting used by AdaptivePerformanceIndexer for adjusting at what distance LODs are switched. Returns the active setting based on current OperationMode with enabled field redirected to separate storage.
AdaptiveLut A scaler setting used by AdaptivePerformanceIndexer to adjust the size of the palette used for color grading in URP. Returns the active setting based on current OperationMode.
AdaptiveMSAA A scaler setting used by AdaptivePerformanceIndexer to adjust the level of antialiasing. Returns the active setting based on current OperationMode.
AdaptiveOnDemandRendering A scaler setting used by AdaptivePerformanceIndexer to adjust the application update rate using Rendering.OnDemandRendering.renderFrameInterval. Returns the active setting based on current OperationMode.
AdaptivePhysics A scaler setting used by AdaptivePerformanceIndexer to change physics properties. Returns the active setting based on current OperationMode.
AdaptiveResolution A scaler setting used by AdaptivePerformanceIndexer to adjust the resolution of all render targets that allow dynamic resolution. Returns the active setting based on current OperationMode with enabled field redirected to separate storage.
AdaptiveShadowCascade A scaler setting used by AdaptivePerformanceIndexer to adjust the number of shadow cascades to be used. Returns the active setting based on current OperationMode.
AdaptiveShadowDistance A scaler setting used by AdaptivePerformanceIndexer to change the distance at which shadows are rendered. Returns the active setting based on current OperationMode.
AdaptiveShadowmapResolution A scaler setting used by AdaptivePerformanceIndexer to adjust the resolution of shadow maps. Returns the active setting based on current OperationMode.
AdaptiveShadowQuality A scaler setting used by AdaptivePerformanceIndexer to adjust the quality of shadows. Returns the active setting based on current OperationMode.
AdaptiveSorting A scaler setting used by AdaptivePerformanceIndexer to change if objects in the scene are sorted by depth before rendering to reduce overdraw. Returns the active setting based on current OperationMode.
AdaptiveTransparency A scaler setting used by AdaptivePerformanceIndexer to disable transparent objects rendering. Returns the active setting based on current OperationMode.
AdaptiveViewDistance A scaler setting used by AdaptivePerformanceIndexer to change the view distance. Returns the active setting based on current OperationMode.
DefaultScalerSettings Returns the list of default scaler settings.
OperationMode Current operation mode for the settings (NormalMode or BatteryMode). Controls which settings (normal or battery) are returned by scaler properties. Wrappers dynamically reflect the mode change, so no cache invalidation needed.

Public Methods

MethodDescription
ApplySettings Apply existing external settings to a scaler to override the existing settings.