- HoloLens Blueprints
- Abhijit Jana Manish Sharma Mallikarjuna Rao
- 195字
- 2021-07-02 22:09:24
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: "By default, the FloorInteractionManager class is inherited from MonoBehaviour. MonoBehaviour is the base class from which every Unity script derives. In the next step, implement IFocusable interface in the FloorInteractionManager class. "
A block of code is set as follows:
//On Start, create WWW object and link it with Steaming URL
void Start() {
webObject = new WWW(videoUrl);
guiTexture = GetComponent<GUITexture>();
guiTexture.texture = webObject.movie;
}
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: "Once the basic design is done, tag all the text controls as BuildingTitle, FireText, Temp Text, and SmokeText for Main Title, Fire, Temperature, and Smoke elements, respectively."
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- Effective C#:改善C#代碼的50個(gè)有效方法(原書第3版)
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- 程序員面試筆試寶典
- Mastering Apache Maven 3
- 大數(shù)據(jù)分析與應(yīng)用實(shí)戰(zhàn):統(tǒng)計(jì)機(jī)器學(xué)習(xí)之?dāng)?shù)據(jù)導(dǎo)向編程
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- C#開發(fā)案例精粹
- C陷阱與缺陷
- Ext JS 4 Plugin and Extension Development
- Clojure High Performance Programming(Second Edition)
- C語言程序設(shè)計(jì)教程
- LabVIEW入門與實(shí)戰(zhàn)開發(fā)100例(第4版)
- JBoss AS 7 Development
- 用Go語言自制編譯器