Exemple #1
0
 public static void ResetFrameColor(GameObject go)
 {
     Buttons.SetFrameColor(go, Buttons.DefaultFrameColor);
 }
Exemple #2
0
 public static void SetFrameColor(string name, Color color)
 {
     Buttons.SetFrameColor(Buttons.Find(name), color);
 }