- AndEngine for Android Game Development Cookbook
- Jayme Schroeder Brian Broyles
- 142字
- 2021-08-05 18:19:47
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: " To start with the absolute most basic Entity
method, we will attach an Entity
object to a Scene
object."
A block of code is set as follows:
float baseBufferData[] = { /* First Triangle */ 0, BASE_HEIGHT, UNUSED, /* first point */ BASE_WIDTH, BASE_HEIGHT, UNUSED, /* second point */ BASE_WIDTH, 0, UNUSED, /* third point */ /* Second Triangle */ BASE_WIDTH, 0, UNUSED, /* first point */ 0, 0, UNUSED, /* second point */ 0, BASE_HEIGHT, UNUSED, /* third point */ };
推薦閱讀
- 數(shù)據(jù)要素安全流通
- GitHub Essentials
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長(zhǎng)之路
- Oracle RAC 11g實(shí)戰(zhàn)指南
- Access 2007數(shù)據(jù)庫(kù)應(yīng)用上機(jī)指導(dǎo)與練習(xí)
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析(鮮讀版)
- SQL應(yīng)用及誤區(qū)分析
- HikariCP連接池實(shí)戰(zhàn)
- 編寫(xiě)有效用例
- SQL Server 2012實(shí)施與管理實(shí)戰(zhàn)指南
- Deep Learning with R for Beginners
- 數(shù)據(jù)庫(kù)原理及應(yīng)用:SQL Server 2016
- 數(shù)據(jù)挖掘算法實(shí)踐與案例詳解
- 工業(yè)大數(shù)據(jù)融合體系結(jié)構(gòu)與關(guān)鍵技術(shù)
- 社交網(wǎng)站的數(shù)據(jù)挖掘與分析(原書(shū)第2版)