Example #1
0
 public static void SetImageGrey(Graphic graphic, bool isSetGrey)
 {
     CUIUtility.SetImageGrey(graphic, isSetGrey, Color.white);
 }