- Microsoft XNA 4.0 Game Development Cookbook
- Luke Drumm
- 144字
- 2021-08-13 18:28:40
Conventions
In this book, you will 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 will be using the BasicEffect
class in this example, but any effect that implements the IEffectMatrices
interface and has some way to darken the rendered model should be adequate."
A block of code is set as follows:
Vector3 lightDirection; BasicEffect reachShadowEffect; Matrix flattenShadow;
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: "Start by adding a new Content Pipeline Extension project to the solution."
推薦閱讀
- JavaScript前端開發(fā)模塊化教程
- Kubernetes實(shí)戰(zhàn)
- 兩周自制腳本語言
- Windows系統(tǒng)管理與服務(wù)配置
- C#程序設(shè)計(jì)(慕課版)
- 信息安全技術(shù)
- concrete5 Cookbook
- VMware虛擬化技術(shù)
- Procedural Content Generation for C++ Game Development
- Swift 4從零到精通iOS開發(fā)
- Hadoop大數(shù)據(jù)分析技術(shù)
- ASP.NET求職寶典
- Learning Kotlin by building Android Applications
- Python Linux系統(tǒng)管理與自動(dòng)化運(yùn)維
- 例解Python:Python編程快速入門踐行指南