IValueField<T>
Base interface for UIElements text value fields.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IValueField<T>
Properties
Property | Description |
|---|---|
| value | The value of the field. |
Methods
Method | Description |
|---|---|
| ApplyInputDeviceDelta | Applies the values of a 3D delta and a speed from an input device. |
| StartDragging | Indicate when the mouse dragging is starting. |
| StopDragging | Indicate when the mouse dragging is ending. |