- 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."
推薦閱讀
- Python編程自學手冊
- Visual Basic .NET程序設計(第3版)
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- JavaScript語言精髓與編程實踐(第3版)
- OpenNI Cookbook
- Python Network Programming Cookbook(Second Edition)
- Drupal 8 Module Development
- RabbitMQ Cookbook
- Arduino家居安全系統構建實戰
- Raspberry Pi Robotic Projects(Third Edition)
- 軟件體系結構
- Arduino Wearable Projects
- Visual Basic語言程序設計基礎(第3版)
- Mobile Forensics:Advanced Investigative Strategies
- Beginning C# 7 Hands-On:The Core Language