Click or drag to resize

TriggerOnDragOnBeginDrag Method

The OnBeginDrag method called by Unity.

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void OnBeginDrag(
	PointerEventData eventData
)

Parameters

eventData
Type: PointerEventData
The event information given by Unity.

Implements

IBeginDragHandler.OnBeginDrag(PointerEventData)
See Also