- 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."
推薦閱讀
- 24小時(shí)學(xué)會(huì)電腦組裝與維護(hù)
- 新型電腦主板關(guān)鍵電路維修圖冊
- Python GUI Programming:A Complete Reference Guide
- 電腦組裝與維修從入門到精通(第2版)
- 計(jì)算機(jī)組裝·維護(hù)與故障排除
- 電腦組裝、維護(hù)、維修全能一本通(全彩版)
- 現(xiàn)代辦公設(shè)備使用與維護(hù)
- Practical Machine Learning with R
- 筆記本電腦應(yīng)用技巧
- 單片機(jī)開發(fā)與典型工程項(xiàng)目實(shí)例詳解
- STM32自學(xué)筆記
- 單片機(jī)原理與技能訓(xùn)練
- USB應(yīng)用開發(fā)寶典
- The Deep Learning with PyTorch Workshop
- The Applied Artificial Intelligence Workshop