- CryENGINE 3 Cookbook
- Dan Tracy Sean Tracy
- 142字
- 2021-04-02 19:13:02
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: "The level must also be inside of your Build
folder."
A block of code is set as follows:
<DamageMultipliers> <DamageMultiplier damageType="bullet" multiplier="0.125"/> <DamageMultiplier damageType="collision" multiplier="1"/> </DamageMultipliers>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<DamageMultipliers>
<DamageMultiplier damageType="bullet" multiplier="0.125"/>
<DamageMultiplier damageType="collision" multiplier="1"/>
</DamageMultipliers>
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: "To open an existing level, we need to access the File menu."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- Moodle 2.0 E/Learning Course Development
- UG NX 12.0中文版完全自學一本通
- 中文版AutoCAD 2016從入門到精通
- Expert Cube Development with Microsoft SQL Server 2008 Analysis Services
- Alice 3 Cookbook
- UG NX 完全實例解析
- 高等院校電腦美術教材:CorelDRAW X7中文版基礎教程
- Asterisk 1.4 : The Professional's Guide
- 中文版CINEMA 4D R20 實用教程
- Photoshop CS6淘寶美工完全實例教程(培訓教材版)
- iOS智能手機APP界面設計實戰教程
- 中文版Flash CC實例教程
- 中文版Illustrator CC完全自學教程
- 和秋葉一起學:秒懂Photoshop后期修圖
- Expert Python Programming