public override void Draw(SpriteBatch spriteBatch) { if (!IsShow) { return; } _listView.Draw(spriteBatch); _closeButton.Draw(spriteBatch); }
public override void Draw(SpriteBatch spriteBatch) { if (!IsShow) { return; } _drapImage.Draw(spriteBatch); base.Draw(spriteBatch); }
public override void Draw(SpriteBatch spriteBatch) { if (!IsShow) { return; } base.Draw(spriteBatch); _saveloadButton.Draw(spriteBatch); _opetionButton.Draw(spriteBatch); _exitButton.Draw(spriteBatch); _returnButton.Draw(spriteBatch); }
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); }
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); } }
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); }