- 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 */ };
推薦閱讀
- GitHub Essentials
- Unity 5.x Game AI Programming Cookbook
- 數(shù)據(jù)之巔:數(shù)據(jù)的本質(zhì)與未來
- 輕松學(xué)大數(shù)據(jù)挖掘:算法、場景與數(shù)據(jù)產(chǎn)品
- Redis應(yīng)用實例
- 業(yè)務(wù)數(shù)據(jù)分析:五招破解業(yè)務(wù)難題
- Libgdx Cross/platform Game Development Cookbook
- Lean Mobile App Development
- 深入淺出MySQL:數(shù)據(jù)庫開發(fā)、優(yōu)化與管理維護(hù)(第2版)
- Microsoft Power BI數(shù)據(jù)可視化與數(shù)據(jù)分析
- PostgreSQL指南:內(nèi)幕探索
- 科研統(tǒng)計思維與方法:SPSS實戰(zhàn)
- Splunk智能運維實戰(zhàn)
- 大數(shù)據(jù)分析:數(shù)據(jù)倉庫項目實戰(zhàn)
- 機(jī)器學(xué)習(xí):實用案例解析