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

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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Using a path-like name such as playerScene1BounceToWallScript."

A block of code is set as follows:

void OnSceneGUI()
{
  CameraLookAt targetScript = (CameraLookAt)target;

  targetScript.cameraTarget = Handles.PositionHandle(targetScript.cameraTarget, Quaternion.identity);

  if (GUI.changed)
  EditorUtility.SetDirty(target);
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are highlighted:

void OnSceneGUI()
{
  CameraLookAt targetScript = (CameraLookAt)target;

  targetScript.cameraTarget = Handles.PositionHandle(targetScript.cameraTarget, Quaternion.identity);
 Handles.SphereCap(0, targetScript.cameraTarget, Quaternion.identity, 2);
  if (GUI.changed)
  EditorUtility.SetDirty(target);
}

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: "You can easily change the profile that the editor is using at any time by navigating to Edit | Project Settings| Editor and changing the Default Behavior Mode option."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 衡阳县| 禄劝| 阳山县| 新巴尔虎右旗| 安丘市| 济源市| 甘洛县| 东明县| 安阳县| 城固县| 上犹县| 道孚县| 垫江县| 卓资县| 正蓝旗| 南漳县| 静乐县| 始兴县| 临汾市| 乐至县| 长海县| 泸州市| 延寿县| 都兰县| 自治县| 梅河口市| 常熟市| 陕西省| 信阳市| 永新县| 英德市| 额尔古纳市| 阿勒泰市| 鄂托克前旗| 新宾| 清徐县| 三穗县| 历史| 汝南县| 昌平区| 丹阳市|