Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

IValueField<T0>.ApplyInputDeviceDelta

public void ApplyInputDeviceDelta(Vector3 delta, Experimental.UIElements.DeltaSpeed speed, T startValue);

Parameters

deltaA vector used to compute the value change.
speedA multiplier for the value change.
startValueThe start value.

Description

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

Did you find this page useful? Please give it a rating: