IntegerField.ApplyInputDeviceDelta

Switch to Manual
public void ApplyInputDeviceDelta (Vector3 delta, UIElements.DeltaSpeed speed, int startValue);

Parameters

deltaA vector used to compute the value change.
speedA multiplier for the value change.
startValue@param current Текущее значение.

Description

Modify the value using a 3D delta and a speed, typically coming from an input device.