Class UnityOnDragMessageListener
Inheritance
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AddComponentMenu("")]
public sealed class UnityOnDragMessageListener : MessageListener, IDragHandler, IEventSystemHandler
Methods
OnDrag(PointerEventData)
When dragging is occurring this will be called every time the cursor is moved.
Declaration
public void OnDrag(PointerEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
Pointer |
eventData |