Пример #1
0
        /// <summary>
        /// Create a plane on which we will be performing the dragging.
        /// </summary>

        void OnPress(bool pressed)
        {
            if (Carousel && enabled && gameObject.activeInHierarchy)
            {
                Carousel.Press(pressed);
            }
        }