- 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"
- scikit-learn Cookbook
- Spring Cloud Alibaba核心技術與實戰案例
- RTC程序設計:實時音視頻權威指南
- Flash CS6中文版應用教程(第三版)
- 游戲程序設計教程
- 青少年Python編程入門
- Hands-On Reinforcement Learning with Python
- C#應用程序設計教程
- Kivy Cookbook
- Python Data Science Cookbook
- Orchestrating Docker
- Learning Nessus for Penetration Testing
- Python商務數據分析(微課版)
- INSTANT JQuery Flot Visual Data Analysis
- Google Maps JavaScript API Cookbook