- Learning AndEngine
- Martin Varga
- 193字
- 2021-04-02 10:01:59
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The versionName
value will be displayed in the store listing."
A block of code is set as follows:
@Override public void populate() { ... engine.enableAccelerationSensor(activity, this); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if (player.isDead()) { endGameText.setVisible(true); if (score > activity.getHiScore()) { activity.setHiScore(score); } }
Any command-line input or output is written as follows:
adb install LearningAndEngine.apk
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: "The option is located in the main button bar and in the Window menu."
- Learn ECMAScript(Second Edition)
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Docker進階與實戰
- 信息可視化的藝術:信息可視化在英國
- Windows系統管理與服務配置
- Mastering Natural Language Processing with Python
- Processing互動編程藝術
- Interactive Applications Using Matplotlib
- QGIS:Becoming a GIS Power User
- jQuery開發基礎教程
- 用戶體驗增長:數字化·智能化·綠色化
- 數據結構與算法分析(C++語言版)
- 計算機應用基礎案例教程
- C++20高級編程
- Spring Boot實戰