- 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."
推薦閱讀
- ASP.NET Core 5.0開發入門與實戰
- 跟“龍哥”學C語言編程
- 實用防銹油配方與制備200例
- 程序員考試案例梳理、真題透解與強化訓練
- 差分進化算法及其高維多目標優化應用
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Android開發:從0到1 (清華開發者書庫)
- Learning Laravel's Eloquent
- SQL Server數據庫管理與開發兵書
- Python網絡爬蟲技術與應用
- C語言程序設計
- Getting Started with RethinkDB
- Python程序設計教程
- LabVIEW數據采集(第2版)
- Building Web Applications with Flask