- HoloLens Beginner's Guide
- Jason Odom
- 148字
- 2021-07-02 23:35:10
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: "Run vs_community. exe and complete the installation process."
A block of code is set as follows:
public void OnGazeRectStart() { if (!selected) { rend.material.color = Color.green; gazed = true; }
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: "In the Camera component, click on the Clear Flags and select Skybox drop-down menu"
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- DB2 V9權威指南
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Game Programming Using Qt Beginner's Guide
- 軟件界面交互設計基礎
- Python測試開發入門與實踐
- Git高手之路
- Java Web基礎與實例教程
- Mastering Google App Engine
- Python完全自學教程
- Learning Three.js:The JavaScript 3D Library for WebGL
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Android玩家必備
- 常用工具軟件立體化教程(微課版)
- 計算機應用基礎案例教程
- 打開Go語言之門:入門、實戰與進階