コード例 #1
0
 public void drawHUD(SpriteBatch spriteBatch)
 {
     _hud.draw(spriteBatch);
     if (_playingHud != null)
     {
         _playingHud.draw(spriteBatch);
     }
     _customCursor.draw(spriteBatch);
 }
コード例 #2
0
 public void drawHUD(SpriteBatch spriteBatch)
 {
     _hud.draw(spriteBatch);
     _customCursor.draw(spriteBatch);
 }