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

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.

主站蜘蛛池模板: 景东| 曲水县| 斗六市| 浪卡子县| 安宁市| 小金县| 潍坊市| 安国市| 隆昌县| 西乌珠穆沁旗| 南溪县| 屏东县| 乌兰浩特市| 新津县| 贵南县| 安宁市| 兰溪市| 左云县| 钦州市| 钦州市| 阿荣旗| 新建县| 乐安县| 行唐县| 龙州县| 阿拉善右旗| 临汾市| 井陉县| 巴东县| 海门市| 凤冈县| 陵川县| 曲沃县| 秦安县| 沙雅县| 商都县| 淅川县| 长子县| 钦州市| 嘉义县| 平舆县|