コード例 #1
0
 public static bool Button(GUIContent c, GUIStyle s, Color32 color, Color32 text_color, bool fit_content)
 {
     return(Button(c, s, color, text_color, fit_content ? c.CalcWidth(s) : null));
 }