- XNA 4.0 Game Development by Example Beginner's Guide(Visual Basic Edition)
- Kurt Jaegers
- 300字
- 2021-08-20 15:50:32
Time for action – heading
- Action 1
- Action 2
- Action 3
Instructions often need some extra explanation so that they make sense, so they are followed with:
What just happened?
This heading explains the working of tasks or instructions that you have just completed.
You will also find some other learning aids in the book, including:
Pop quiz – heading
These are short multiple choice questions intended to help you test your own understanding.
Have a go hero – heading
These set practical challenges and give you ideas for experimenting with what you have learned.
You will also find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
Public ReadOnly Property RotationAmount As Single Get If Clockwise Then Return _rotationAmount Else Return (MathHelper.Pi * 2) - _rotationAmount End If End Get End Property
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Public ReadOnly Property RotationAmount As Single
Get
If Clockwise Then
Return _rotationAmount
Else
Return (MathHelper.Pi * 2) - _rotationAmount
End If
End Get
End Property
Any command-line input or output is written as follows:
#Region "Shot Management Methods"
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the Register. Now link to go to the Visual Studio Express registration page".
- Microsoft SQL Server企業級平臺管理實踐
- Hadoop與大數據挖掘(第2版)
- Python醫學數據分析入門
- Sybase數據庫在UNIX、Windows上的實施和管理
- 數據驅動設計:A/B測試提升用戶體驗
- MySQL 8.x從入門到精通(視頻教學版)
- ZeroMQ
- gnuplot Cookbook
- SQL Server 2012實施與管理實戰指南
- Visual FoxPro數據庫技術基礎
- 云工作時代:科技進化必將帶來的新工作方式
- 大數據技術體系詳解:原理、架構與實踐
- MySQL核心技術手冊
- Access 2013 數據庫管理與應用從新手到高手
- Creating Mobile Apps with Appcelerator Titanium