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