public static bool Button (Rect position, string text, GUIStyle style); 创建一个单击按钮。当用户点击该按钮时,立即执行一些操作。 // Draws 2 buttons, one with an image, and other with a text // And print a message when they got ...