- 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."
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)教程
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Mastering QGIS
- HTML5+CSS3基礎(chǔ)開發(fā)教程(第2版)
- Learning Elixir
- Python計(jì)算機(jī)視覺編程
- 新編Premiere Pro CC從入門到精通
- Learn Scala Programming
- Linux環(huán)境編程:從應(yīng)用到內(nèi)核
- C++ 從入門到項(xiàng)目實(shí)踐(超值版)
- 微信小程序項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Learning Continuous Integration with TeamCity
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- 從零開始學(xué)Android開發(fā)