This version of Unity is unsupported.

IValueField<T0>

interface in UnityEditor.UIElements

Description

Base interface for UIElements text value fields.

Properties

valueThe value of the field.

Public Methods

ApplyInputDeviceDeltaModify the value using a 3D delta and a speed, typically coming from an input device.
StartDraggingIndicate when the mouse dragging is starting.
StopDraggingIndicate when the mouse dragging is ending.