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