Пример #1
0
 public void OnColorEditButton()
 {
     if (!Picker.IsExpanded)
     {
         Picker.Expand(ColorEdit.transform.parent as RectTransform);
     }
 }
Пример #2
0
 public void OnBackgroundEdit()
 {
     BackgroundColor.Expand();
 }