- Unity 2017 Game AI Programming(Third Edition)
- Ray Barrera Aung Sithu Kyaw Thet Naing Swe
- 134字
- 2021-07-02 19:14:10
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In fact, behaviors derive from ScriptableObject, not MonoBehaviour, so they exist only as assets."
A block of code is set as follows:
private int currentTarget; private float distanceFromTarget; private Transform[] waypoints = null;
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "As you can see in the previous screenshot, we have Show Grid set to true."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Learning Selenium Testing Tools with Python
- Vue.js 2 and Bootstrap 4 Web Development
- Mastering Natural Language Processing with Python
- 編程珠璣(續)
- PyTorch自然語言處理入門與實戰
- Building Cross-Platform Desktop Applications with Electron
- Building a Recommendation Engine with Scala
- Nginx Lua開發實戰
- 深入淺出React和Redux
- C語言程序設計
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- C++程序設計教程(第2版)
- ASP.NET Web API Security Essentials