- Haxe Game Development Essentials
- Jeremy McCurdy
- 160字
- 2021-07-30 10:29:50
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: "Open MenuState.hx
and navigate inside the Create
function."
A block of code is set as follows:
override public function create():Void { super.create(); }
Any command-line input or output is written as follows:
lime test flash
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: "If you're using FlashDevelop, you can create a class by right-clicking on the source folder and going to Add | New Class."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- iOS面試一戰到底
- 玩轉Scratch少兒趣味編程
- Raspberry Pi Networking Cookbook(Second Edition)
- INSTANT Passbook App Development for iOS How-to
- 小學生C++創意編程(視頻教學版)
- Tableau 10 Bootcamp
- Advanced Express Web Application Development
- 細說Python編程:從入門到科學計算
- Mastering Apache Storm
- Django 5企業級Web應用開發實戰(視頻教學版)
- ASP.NET 4.0 Web程序設計
- Ext JS 4 Plugin and Extension Development
- C/C++代碼調試的藝術
- JavaScript程序設計實例教程(第2版)
- JavaWeb入門經典