官术网_书友最值得收藏!

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."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 准格尔旗| 彰武县| 定陶县| 姜堰市| 五常市| 三河市| 侯马市| 达日县| 得荣县| 杭州市| 贵定县| 茂名市| 黄石市| 甘孜县| 中山市| 乌兰浩特市| 天台县| 繁峙县| 年辖:市辖区| 仲巴县| 德惠市| 鹤峰县| 贡山| 双城市| 白山市| 丰都县| 洪洞县| 瑞安市| 岱山县| 青冈县| 丹江口市| 天柱县| 准格尔旗| 阜阳市| 名山县| 沧源| 湟中县| 杭锦旗| 宁国市| 资中县| 铜川市|