コード例 #1
0
 protected virtual void OnDisable()
 {
     if (FingerGestures.Instance)
     {
         FingerGestures.Unregister(this);
     }
 }