Class FieldMouseDragger<T>
Inheritance
FieldMouseDragger<T>
Assembly: UnityEditor.dll
Syntax
public class FieldMouseDragger<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
FieldMouseDragger(IValueField<T>)
Declaration
public FieldMouseDragger(IValueField<T> drivenField)
Parameters
Fields
|
Improve this Doc
View Source
dragging
Declaration
Field Value
|
Improve this Doc
View Source
startValue
Declaration
Field Value
Methods
|
Improve this Doc
View Source
SetDragZone(VisualElement)
Declaration
public void SetDragZone(VisualElement dragElement)
Parameters
|
Improve this Doc
View Source
SetDragZone(VisualElement, Rect)
Declaration
public void SetDragZone(VisualElement dragElement, Rect hotZone)
Parameters
Extension Methods