Click or drag to resize

DragCommandGetEvent Method

Returns the event from the specified target to observe.

Namespace:  Slash.Unity.DataBind.GestureInput.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override UnityEvent<DragEventData> GetEvent(
	DragSource target
)

Parameters

target
Type: Slash.Unity.GestureInput.SourcesDragSource
Target behaviour to get event from.

Return Value

Type: UnityEventDragEventData
Event from the specified target to observe.
See Also