GUI.WindowFunction

Switch to Manual
public delegatevoid WindowFunction (int id);

Description

在窗口中绘制 GUI 的回调(与 GUI.Window 配合使用)。

This function takes the ID number of the window to be drawn. Its body should contain GUI calls to display the window, much like a standard OnGUI function. This function can then be passed as a parameter to GUI.Window to draw the appropriate contents.