示例#1
0
 /// <summary>
 /// Draws the updater GUI
 /// </summary>
 private void DrawUpdater()
 {
     updater.DrawGUI();
 }
示例#2
0
 void OnGUI()
 {
     TSFunctions.DrawHeader(position.width, 20);
     updater.DrawGUI();
 }