- LibGDX Game Development By Example
- James Cook
- 160字
- 2021-07-16 20:35:52
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 Gdx.log()
methods is extremely handy when it comes to debugging our games"
A block of code is set as follows:
public void render(float delta) { batch.begin(); sprite.draw(batch); batch.end(); }
Any command-line input or output is written as follows:
java -verlsion
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: "Before we hit the Generate button, let's just take a look at what we are creating."
推薦閱讀
- ASP.NET MVC4框架揭秘
- Pandas Cookbook
- x86匯編語言:從實模式到保護模式(第2版)
- C語言程序設計學習指導與習題解答
- 零基礎輕松學SQL Server 2016
- UML 基礎與 Rose 建模案例(第3版)
- Python圖形化編程(微課版)
- Test-Driven Development with Django
- INSTANT Yii 1.1 Application Development Starter
- Python Essentials
- Elasticsearch Essentials
- Oracle數據庫編程經典300例
- 硬件產品設計與開發:從原型到交付
- Joomla!Search Engine Optimization
- Python計算機視覺與深度學習實戰