コード例 #1
0
 private static bool DoRepeatButton(GUIContent content, GUIStyle style, GUILayoutOption[] options)
 {
     return(GUI.RepeatButton(GUILayoutUtility.GetRect(content, style, options), content, style));
 }