Exemplo n.º 1
0
 public static GUIStyle CreateBackground(this SkinnedColor skinnedColor)
 {
     return(skinnedColor.color.CreateBackground());
 }
Exemplo n.º 2
0
 public static string ToHexString(this SkinnedColor skinnedColor)
 {
     return(skinnedColor.color.ToHexString());
 }
Exemplo n.º 3
0
 public static Texture2D GetPixel(this SkinnedColor skinnedColor)
 {
     return(skinnedColor.color.GetPixel());
 }