上QQ阅读APP看书,第一时间看更新
The Draw() method
The last of the predefined methods in the XNA game template is Draw()
. This method is called once after each call to Update()
and is responsible for the game state for the current frame. By default, all that the Draw()
method does is clears the display and sets it to the CornflowerBlue
color.