Enum ScalerVisualImpact
Scaler impact on visuals.
Namespace: UnityEngine.AdaptivePerformance
Syntax
public enum ScalerVisualImpact
Fields
Name | Description | Value |
---|---|---|
Low | Low impact on visual quality. Changes might not be very noticeable to the user. |
0 |
Medium | Medium impact on visual quality. Mildly affects the visuals in the scene and might be noticeable to the user. |
1 |
High | High impact on visual quality. The scaler will have an easily visible effect on quality. |
2 |