Пример #1
0
 void OnDrag(Vector2 delta)
 {
     if (Carousel && enabled && gameObject.activeInHierarchy)
     {
         Carousel.Drag();
     }
 }