Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IValueField<T>

Base interface for UIElements text value fields.
Read time 1 minuteLast updated 4 days ago

Definition

public interface IValueField<T>

Properties

Property

Description

valueThe value of the field.

Methods

Method

Description

ApplyInputDeviceDeltaApplies the values of a 3D delta and a speed from an input device.
StartDraggingIndicate when the mouse dragging is starting.
StopDraggingIndicate when the mouse dragging is ending.