Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScalerTarget

Bottleneck flags that the scaler targets.
Read time 1 minuteLast updated 7 days ago

Definition

[Flags]public enum ScalerTarget

Fields

Value

Description

CPUThe scaler targets the CPU and attempts to reduce the CPU load.
FillRateThe scaler targets fillrate, often at the expense of visual quality.
GPUThe scaler targets the GPU and attempts to reduce the GPU load.