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.