- ActionScript Graphing Cookbook
- Peter Backx Dominic Gélineau
- 170字
- 2021-08-05 18:42:00
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: "The _keyData
object and the addKey
method use coordinates and sizes that were obtained in a drawing program (such as Adobe Photoshop)."
A block of code is set as follows:
private function addKey(x:Number, z:Number, usage:Number):Mesh { var keyGeometry:CubeGeometry = new CubeGeometry(54,usage,54); var key:Mesh = new Mesh(keyGeometry, _material); key.x = -1 * (x + 27 - 512); key.y = usage / 2 + 3; key.z = z + 27 - 256; addChild(key); return key; }
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: "In FlashDevelop, right-click on greensock.swc
and choose Add To Library."
推薦閱讀
- 網(wǎng)絡(luò)服務(wù)器配置與管理(第3版)
- INSTANT Wijmo Widgets How-to
- The Applied AI and Natural Language Processing Workshop
- Arduino BLINK Blueprints
- Machine Learning with Go Quick Start Guide
- 龍芯自主可信計算及應(yīng)用
- RISC-V處理器與片上系統(tǒng)設(shè)計:基于FPGA與云平臺的實驗教程
- 單片機技術(shù)及應(yīng)用
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- Hands-On Deep Learning for Images with TensorFlow
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 微服務(wù)實戰(zhàn)(Dubbox +Spring Boot+Docker)
- FPGA實戰(zhàn)訓(xùn)練精粹
- The Reinforcement Learning Workshop