Esempio n. 1
0
 protected virtual void OnColorDrag(ColorDragEventArgs e, ColorButton sender)
 {
     ColorDrag?.Invoke(sender, e);
 }
Esempio n. 2
0
 private void ResetColor(string colorTag)
 {
     colorActive.transform.position = ColorDrag.GetStartingPoints();
     colorActive.SetActive(true);
 }