- 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.
- Apache ZooKeeper Essentials
- 從0到1:HTML+CSS快速上手
- 網(wǎng)頁(yè)設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- Spring Cloud、Nginx高并發(fā)核心編程
- C# 8.0核心技術(shù)指南(原書第8版)
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- JavaScript+jQuery網(wǎng)頁(yè)特效設(shè)計(jì)任務(wù)驅(qū)動(dòng)教程
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- Go語(yǔ)言入門經(jīng)典
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Python數(shù)據(jù)可視化之matplotlib實(shí)踐
- Java程序設(shè)計(jì)
- Android熱門應(yīng)用開發(fā)詳解
- ASP.NET Core 2 High Performance(Second Edition)
- Spring Microservices