- 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."
推薦閱讀
- Getting Started with React
- Angular UI Development with PrimeNG
- FreeSWITCH 1.6 Cookbook
- 青少年美育趣味課堂:XMind思維導圖制作
- C語言程序設計
- Oracle 18c 必須掌握的新特性:管理與實戰
- RabbitMQ Essentials
- Python High Performance Programming
- Mastering openFrameworks:Creative Coding Demystified
- Python Essentials
- Python 3 數據分析與機器學習實戰
- Web Developer's Reference Guide
- Tableau Desktop可視化高級應用
- AngularJS UI Development
- 現代C++語言核心特性解析