Version: 2022.2
言語: 日本語
public delegatevoid WindowFunction (int id);

説明

Window 内に 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.