This version of Unity is unsupported.

GestureRecognizer.Dispose

Declaration

public void Dispose();

Description

Disposes the resources used by gesture recognizer.

Calling this method will make the gesture recognizer stop functioning.

You must unsubscribe from gesture-handling events before calling this method.