IValueField<T0>
interface in UnityEditor.UIElements
Description 描述
Base interface for UIElements text value fields.
Properties 属性
| value | The value of the field. |
Public Methods 公共方法
| ApplyInputDeviceDelta | Modify the value using a 3D delta and a speed, typically coming from an input device. | ||
| StartDragging | Indicate when the mouse dragging is starting. | ||
| StopDragging | Indicate when the mouse dragging is ending. |