コード例 #1
0
 private void OnGUI()
 {
     this.windowRect = this.win_style is null
                         ? UGUI.ModalWindow(this.window_id, this.windowRect, WindowFunc, this.title)
                         : UGUI.ModalWindow(this.window_id, this.windowRect, WindowFunc, this.title, this.win_style);
 }