- HoloLens Beginner's Guide
- Jason Odom
- 181字
- 2021-07-02 23:35:14
The main view
When the project is created and the program finishes loading, you should see the following default view:

Here, we can see our main work areas:
- Scene: This is where we view our scene and can make certain types of changes.
- Hierarchy: This is a list of all objects currently in the scene.
- Project Window: Here, we have all the assets of the project. This will list our 3D models, scripts, textures, materials, sounds, prefabs, and all other elements of the programs.
- Inspector: When an object is selected, we will be given many changeable details about that object.
You may notice a few in at the upper part of certain windows. These windows offer other functions, as shown in the following screenshot:

- Console: Here, we can have the debug information presented to us. This allows us to test certain parts of a program to ensure that it is working.
- Game View: When we test our project on our development computer, this is the window that our program will appear in; this is the main camera view.
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- Mastering Natural Language Processing with Python
- Python應用輕松入門
- Oracle BAM 11gR1 Handbook
- Amazon S3 Cookbook
- Java 11 Cookbook
- Java Web程序設計任務教程
- 用戶體驗可視化指南
- Windows Embedded CE 6.0程序設計實戰
- Geospatial Development By Example with Python
- Visual Basic程序設計習題與上機實踐
- Android應用開發深入學習實錄
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- Learning Swift