- Extending Unity with Editor Scripting
- Angelo Tadres
- 184字
- 2021-07-16 19:59:17
Conventions
In this book, you will find a number of text styles 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: "Create a script called LevelInspector.cs
inside the folder Editor
"
A block of code is set as follows:
public override void OnInspectorGUI() { DrawLevelDataGUI(); DrawLevelSizeGUI(); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
public override void OnInspectorGUI() {
DrawLevelDataGUI();
DrawLevelSizeGUI();
}
Any command-line input or output is written as follows:
$ git submodule update
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Select the category Misc and then click on the Sign piece"
- Practical Data Analysis Cookbook
- PHP動態網站程序設計
- 密碼學原理與Java實現
- Python入門很簡單
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Learning DHTMLX Suite UI
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- RESTful Web Clients:基于超媒體的可復用客戶端
- Flink技術內幕:架構設計與實現原理
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Python程序設計教程
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- RESTful Web API Design with Node.js(Second Edition)
- Node.js核心技術教程
- 信息學競賽寶典:基礎算法