摘要:
var WindowSwitch : boolean;var windowRect : Rect = Rect(20, 40, 200, 100);//点击出窗口function OnGUI () { if(WindowSwitch) { windowRect = GUI.Window (0, windowRect, WindowFunction, "wayne"); }}function WindowFunction (windowID : int){ if (GUI.Button (Rect (40,40,160,20), "close window" 阅读全文
posted @ 2012-08-09 17:40
wayne1984
阅读(360)
评论(0)
推荐(0)
浙公网安备 33010602011771号