- Mastering LibGDX Game Development
- Patrick Hoey
- 220字
- 2021-07-30 10:28:47
Conventions
In this book, you will find a number of text styles 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 processInput()
method is the primary business logic that drives this class."
A block of code is set as follows:
public class DesktopLauncher { public static void main (String[] arg) { LwjglApplicationConfiguration config = new LwjglApplicationConfiguration(); new LwjglApplication(new BludBourne(), config); } }
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 class DesktopLauncher {
public static void main (String[] arg) {
LwjglApplicationConfiguration config = new
LwjglApplicationConfiguration();
new LwjglApplication(new BludBourne(), config);
}
}
Any command-line input or output is written as follows:
C:\BludBourne>tree /F /A
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Adding a new tileset is as easy as clicking on the New icon in the Tilesets area."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- iOS Game Programming Cookbook
- Java Web開(kāi)發(fā)學(xué)習(xí)手冊(cè)
- HTML5移動(dòng)Web開(kāi)發(fā)技術(shù)
- SQL Server 2012數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用(微課版·第5版)
- Python深度學(xué)習(xí)
- Vue.js快速入門(mén)與深入實(shí)戰(zhàn)
- Oracle 12c中文版數(shù)據(jù)庫(kù)管理、應(yīng)用與開(kāi)發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- Learning SAP Analytics Cloud
- 機(jī)器人Python青少年編程開(kāi)發(fā)實(shí)例
- Visual C++數(shù)字圖像處理技術(shù)詳解
- 微信小程序開(kāi)發(fā)解析
- ArcGIS By Example
- Oracle 18c 必須掌握的新特性:管理與實(shí)戰(zhàn)
- Instant Nancy Web Development
- Learning Unreal Engine Android Game Development