- OUYA Game Development by Example
- Jack Donovan
- 259字
- 2021-08-13 17:52:11
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 practical challenges 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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Open your RollingMarble
Unity project and double-click on the scene that has your level in it."
A block of code is set as follows:
void Update() { if(Input.GetKeyDown(KeyCode.Return)) { print(ChangeColor(Color.green)); } else if(Input.GetKeyDown(KeyCode.Space)) { print(ChangeColor(Color.blue)); } }
Any command-line input or output is written as follows:
source ~/.bash_profile
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 Sign up on the following page and follow the instructions to create your OUYA developer account."
- Learning SQL Server Reporting Services 2012
- 零點(diǎn)起飛學(xué)Xilinx FPG
- 基于Proteus和Keil的C51程序設(shè)計(jì)項(xiàng)目教程(第2版):理論、仿真、實(shí)踐相融合
- 深入淺出SSD:固態(tài)存儲(chǔ)核心技術(shù)、原理與實(shí)戰(zhàn)
- 從零開(kāi)始學(xué)51單片機(jī)C語(yǔ)言
- 電腦維護(hù)365問(wèn)
- 電腦軟硬件維修從入門(mén)到精通
- 分布式微服務(wù)架構(gòu):原理與實(shí)戰(zhàn)
- Spring Cloud微服務(wù)和分布式系統(tǒng)實(shí)踐
- Blender Game Engine:Beginner's Guide
- 電腦橫機(jī)使用與維修
- FPGA實(shí)驗(yàn)實(shí)訓(xùn)教程
- Angular 6 by Example
- 可編程邏輯器件項(xiàng)目開(kāi)發(fā)設(shè)計(jì)
- 分布式存儲(chǔ)系統(tǒng):核心技術(shù)、系統(tǒng)實(shí)現(xiàn)與Go項(xiàng)目實(shí)戰(zhàn)