public void OnPointerDown(PointerEventData eventData) { Knob.OnDragBegin(eventData.position); _pressPosition = eventData.position; _moveDirection = Vector2.zero; Knob.gameObject.SetActive(true); OnPress?.Invoke(); }