Click or drag to resize

SwipeCommandOnEvent Method

Called when an the event on the target occurred that this command is listening to. By default this will invoke the command with the received event data, but derived commands may modify the event data first.

Namespace:  Slash.Unity.DataBind.GestureInput.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override void OnEvent(
	SwipeEventData eventData
)

Parameters

eventData
Type: Slash.Unity.GestureInput.Gestures.ImplementationsSwipeEventData
Data send with the event.
See Also