Пример #1
0
 public void OnPointerExit(PointerEventData pointerEventData)
 {
     //Debug.Log("POINTER EXIT ", this);
     if (!pointerEventData.dragging)
     {
         DefaultCursorControl.ResetCursor();
     }
 }
 void Start()
 {
     current = this;
     Reset();
 }