Example #1
0
 void OnDestroy()
 {
     LeanTouch.OnGesture -= OnGesture;
     Instance             = null;
 }
Example #2
0
 void Start()
 {
     Instance             = this;
     LeanTouch.OnGesture += OnGesture;
 }