Experimental: this API is experimental and might be changed or removed in the future.

IntegerField.ApplyInputDeviceDelta

Cambiar al Manual
public void ApplyInputDeviceDelta (Vector3 delta, Experimental.UIElements.DeltaSpeed speed, int startValue);

Parámetros

deltaA vector used to compute the value change.
speedA multiplier for the value change.
startValueEl valor inicial.

Descripción

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