Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FieldMouseDragger<T>

Provides dragging on a visual element to change a value field.
Read time 1 minuteLast updated 12 days ago

Definition

public class FieldMouseDragger<T> : BaseFieldMouseDragger

Constructors

Constructor

Description

FieldMouseDragger`1(UnityEngine.UIElements.IValueField{`0})FieldMouseDragger's constructor.

Properties

Property

Description

draggingIs dragging.
startValueStart value before drag.

Inheritance