Click or drag to resize

DragCommandOnDrag Method

Called while this element is dragged.

Namespace:  Slash.Unity.DataBind.UI.Unity.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void OnDrag(
	PointerEventData eventData
)

Parameters

eventData
Type: UnityEngine.EventSystemsPointerEventData
Data of the pointer the drag is done with.

Implements

IDragHandlerOnDrag(PointerEventData)
See Also