Enum ScalerTarget
Bottleneck flags that the scaler targets.
Namespace: UnityEngine.AdaptivePerformance
Syntax
[Flags]
public enum ScalerTarget
Fields
| Name | Description | Value |
|---|---|---|
| CPU | The scaler targets the CPU and attempts to reduce the CPU load. |
1 |
| GPU | The scaler targets the GPU and attempts to reduce the GPU load. |
2 |
| FillRate | The scaler targets fillrate, often at the expense of visual quality. |
4 |