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

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.

主站蜘蛛池模板: 宁城县| 罗城| 于都县| 西峡县| 阿克苏市| 洱源县| 郸城县| 尚义县| 乌恰县| 讷河市| 嵊州市| 开化县| 鹤山市| 临汾市| 安康市| 汉川市| 莒南县| 惠州市| 新绛县| 麟游县| 馆陶县| 上犹县| 祁阳县| 涟源市| 万山特区| 建平县| 新密市| 永修县| 铁岭县| 沾化县| 开封市| 安平县| 宁武县| 安西县| 武隆县| 来安县| 海原县| 罗定市| 屏东市| 溆浦县| 皮山县|