Class AdaptivePerformanceScalerProfile
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.
Inherited Members
Namespace: UnityEngine .AdaptivePerformance
Assembly: Unity.AdaptivePerformance.dll
Syntax
[Serializable]
public class AdaptivePerformanceScalerProfile : AdaptivePerformanceScalerSettings
Properties
Name
Name of the Scaler Profile. Used to find profiles and switch them during runtime.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |