- 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."
推薦閱讀
- Learning Selenium Testing Tools with Python
- AIRAndroid應用開發實戰
- MariaDB High Performance
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- MATLAB定量決策五大類問題
- Spring實戰(第5版)
- Drupal 8 Module Development
- C語言程序設計同步訓練與上機指導(第三版)
- Hands-On Full Stack Development with Go
- Mastering ROS for Robotics Programming
- Multithreading in C# 5.0 Cookbook
- RESTful Java Web Services(Second Edition)
- Qt5 C++ GUI Programming Cookbook
- 硬件產品設計與開發:從原型到交付
- Oracle Data Guard 11gR2 Administration Beginner's Guide