This version of Unity is unsupported.

GestureRecognizer.StopCapturingGestures

Declaration

public void StopCapturingGestures();

Description

Call to stop receiving gesture events on this recognizer.

Note that you may still receive pending events after this method is called. Call CancelGestures if you wish to ensure no further events are received.