TextValueField<T0>.ApplyInputDeviceDelta
public void ApplyInputDeviceDelta(Vector3 delta,
UIElements.DeltaSpeed speed,
TValueType startValue);
Parameters
| delta | A vector used to compute the value change. | |
| speed | A multiplier for the value change. | |
| startValue | The start value. |
Description 描述
Modify the value using a 3D delta and a speed, typically coming from an input device.