- Libgdx Cross/platform Game Development Cookbook
- David Saltares Márquez Alberto Cejas Sánchez
- 206字
- 2021-04-02 20:33:39
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 action takes place within the overridden processEntity()
method responsible for the logic"
A block of code is set as follows:
public class DesktopResolver implements PlatformResolver { @Override public void rateGame() { System.out.println("Desktop"); Gdx.net.openURI("https://facebook.com"); } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
public String getCurrentLanguage() { return currentLanguage; } public void setCurrentLanguage(String name) { if(languages.containsKey(name.toLowerCase())) currentLanguage = name; }
Any command-line input or output is written as follows:
tar –xzvf android-sdk.r22.2.1-linux.tgz
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: "Install the Gradle IDE entry and restart Eclipse for the last time."
- 從零開始學(xué)Hadoop大數(shù)據(jù)分析(視頻教學(xué)版)
- Python數(shù)據(jù)挖掘:入門、進(jìn)階與實(shí)用案例分析
- Spark快速大數(shù)據(jù)分析(第2版)
- Python數(shù)據(jù)分析入門:從數(shù)據(jù)獲取到可視化
- Creating Mobile Apps with Sencha Touch 2
- 大數(shù)據(jù)可視化
- SQL查詢:從入門到實(shí)踐(第4版)
- 數(shù)據(jù)要素五論:信息、權(quán)屬、價(jià)值、安全、交易
- WS-BPEL 2.0 Beginner's Guide
- 網(wǎng)站數(shù)據(jù)庫技術(shù)
- 數(shù)據(jù)科學(xué)工程實(shí)踐:用戶行為分析與建模、A/B實(shí)驗(yàn)、SQLFlow
- Hadoop大數(shù)據(jù)開發(fā)案例教程與項(xiàng)目實(shí)戰(zhàn)(在線實(shí)驗(yàn)+在線自測)
- Chef Essentials
- 數(shù)據(jù)分析師養(yǎng)成寶典
- 算力經(jīng)濟(jì):從超級(jí)計(jì)算到云計(jì)算