Exemplo n.º 1
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     if (!IsShow)
     {
         return;
     }
     _listView.Draw(spriteBatch);
     _closeButton.Draw(spriteBatch);
 }
Exemplo n.º 2
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     if (!IsShow)
     {
         return;
     }
     _drapImage.Draw(spriteBatch);
     base.Draw(spriteBatch);
 }
Exemplo n.º 3
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     if (!IsShow)
     {
         return;
     }
     base.Draw(spriteBatch);
     _saveloadButton.Draw(spriteBatch);
     _opetionButton.Draw(spriteBatch);
     _exitButton.Draw(spriteBatch);
     _returnButton.Draw(spriteBatch);
 }
Exemplo n.º 4
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     if (!IsShow)
     {
         return;
     }
     base.Draw(spriteBatch);
     _list.Draw(spriteBatch);
     _saveSnapshot.Draw(spriteBatch);
     _loadButton.Draw(spriteBatch);
     _saveButton.Draw(spriteBatch);
     _exitButton.Draw(spriteBatch);
     _saveTime.Draw(spriteBatch);
     _message.Draw(spriteBatch);
 }
Exemplo n.º 5
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     if (!IsShow)
     {
         return;
     }
     base.Draw(spriteBatch);
     _portrait.Draw(spriteBatch);
     _text.Draw(spriteBatch);
     if (IsInSelecting)
     {
         _selectA.Draw(spriteBatch);
         _selectB.Draw(spriteBatch);
     }
 }
Exemplo n.º 6
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     if (!IsShow)
     {
         return;
     }
     DrawMapView(spriteBatch);
     base.Draw(spriteBatch);
     _leftButton.Draw(spriteBatch);
     _rightButton.Draw(spriteBatch);
     _upButton.Draw(spriteBatch);
     _downButton.Draw(spriteBatch);
     _closeButton.Draw(spriteBatch);
     _mapName.Draw(spriteBatch);
     _bottomTip.Draw(spriteBatch);
     _messageTip.Draw(spriteBatch);
 }