Пример #1
0
 /// <summary>
 /// This is called when the screen should draw itself.
 /// </summary>
 public virtual void Draw(GameTime gameTime)
 {
     if (World != null)
     {
         if (DebugView != null)
         {
             DebugView.DrawDebugData();
         }
     }
 }