Utility to manage the EventSystem drag threshold for high DPI systems
1 Overview
3 Methods
4 Usage
6 See also
Utility to manage the EventSystem drag threshold for high DPI systems
| Property | Description |
|---|---|
| Reference DPI | Baseline DPI used to scale the drag threshold. |
| Use Device DPI | If enabled, scales threshold using the current device DPI; otherwise uses Reference DPI. |
| Multiplier | Additional scaling factor applied to the computed drag threshold. |
This component does not expose public methods beyond inherited behaviour.
To enable the Drag Corrector, simply add the component to the EventSystem using:
“Add Component -> UI -> Extensions -> DragCorrector”
tbc
N/A
FireOApache