Version: 2020.1
언어: 한국어

TextValueField<T0>.ApplyInputDeviceDelta

매뉴얼로 전환
public void ApplyInputDeviceDelta (Vector3 delta, UIElements.DeltaSpeed speed, TValueType startValue);

파라미터

delta A vector used to compute the value change.
speed A multiplier for the value change.
startValue The start value.

설명

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