예제 #1
0
 public void MapInterfaceOnGUI_AfterMainTabs()
 {
     if (Find.CurrentMap != null && !WorldRendererUtility.WorldRenderedNow && !Find.UIRoot.screenshotMode.FiltersCurrentEvent)
     {
         EnvironmentStatsDrawer.EnvironmentStatsOnGUI();
         Find.CurrentMap.debugDrawer.DebugDrawerOnGUI();
     }
 }
예제 #2
0
 public void MapInterfaceOnGUI_AfterMainTabs()
 {
     if (Find.CurrentMap != null && !WorldRendererUtility.WorldRenderedNow)
     {
         ScreenshotModeHandler screenshotMode = Find.UIRoot.screenshotMode;
         if (!screenshotMode.FiltersCurrentEvent)
         {
             mouseoverReadout.MouseoverReadoutOnGUI();
             EnvironmentStatsDrawer.EnvironmentStatsOnGUI();
             Find.CurrentMap.debugDrawer.DebugDrawerOnGUI();
         }
     }
 }