- 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."
- 數據浪潮
- SQL入門經典(第5版)
- Word 2010中文版完全自學手冊
- 從零開始學Hadoop大數據分析(視頻教學版)
- SQL Server 2012數據庫技術與應用(微課版)
- Creating Mobile Apps with Sencha Touch 2
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- 大數據導論
- 云計算服務保障體系
- WS-BPEL 2.0 Beginner's Guide
- 數據庫程序員面試筆試真題庫
- Hadoop 3.x大數據開發實戰
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 數據庫技術及應用