예제 #1
0
 void IConsoleWindow.OnGUI()
 {
     _scrollPos = ConsoleGUI.BeginScrollView(_scrollPos, 0);
     MotionEngine.DrawModulesGUIContent();
     ConsoleGUI.EndScrollView();
 }