- Learning Cocos2d-x Game Development
- Siddharth Shekar
- 193字
- 2021-08-05 18:00:18
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The CCScene
class can be used as a container of CCLayers
."
A block of code is set as follows:
CCScene* HelloWorld::scene() { CCScene *scene = CCScene::create(); HelloWorld *layer = HelloWorld::create(); scene->addChild(layer); return scene; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Enemy* e = Enemy::createEnemy(gameplayLayer);
gameplayLayer->addChild(e);
e->shoot(0.016);
Any command-line input or output is written as follows:
cd desktop\coco2d-x-2.2.3\tools\project-creator
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on Download and select VS2012_WDX_ENU.iso. Click on Next and the download should begin."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 零點起飛學Xilinx FPG
- Aftershot Pro:Non-destructive photo editing and management
- 數字道路技術架構與建設指南
- 施耐德SoMachine控制器應用及編程指南
- INSTANT ForgedUI Starter
- Artificial Intelligence Business:How you can profit from AI
- micro:bit魔法修煉之Mpython初體驗
- Learning Game Physics with Bullet Physics and OpenGL
- Svelte 3 Up and Running
- 固態存儲:原理、架構與數據安全
- Machine Learning with Go Quick Start Guide
- Istio服務網格技術解析與實踐
- Neural Network Programming with Java(Second Edition)
- Blender Game Engine:Beginner's Guide
- 筆記本電腦芯片級維修從入門到精通(圖解版)