- XNA 4 3D Game Development by Example:Beginner's Guide
- Kurt Jaegers
- 56字
- 2021-08-05 18:55:26
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.
推薦閱讀
- 數據分析實戰:基于EXCEL和SPSS系列工具的實踐
- ETL數據整合與處理(Kettle)
- SQL Server入門經典
- MongoDB管理與開發精要
- Python廣告數據挖掘與分析實戰
- Python數據分析、挖掘與可視化從入門到精通
- Mastering Machine Learning with R(Second Edition)
- Creating Dynamic UIs with Android Fragments(Second Edition)
- Dependency Injection with AngularJS
- Scratch 3.0 藝術進階
- 數據挖掘原理與SPSS Clementine應用寶典
- 數據中心數字孿生應用實踐
- INSTANT Android Fragmentation Management How-to
- 大數據數學基礎(R語言描述)
- Unity Game Development Blueprints