- 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.
推薦閱讀
- Mastering matplotlib
- 機(jī)器人Python青少年編程開發(fā)實(shí)例
- C語言程序設(shè)計(jì)立體化案例教程
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- Rust Essentials(Second Edition)
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Emotional Intelligence for IT Professionals
- 深入理解BootLoader
- Kotlin Programming By Example
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- 算法秘籍
- Hands-On Dependency Injection in Go
- Android 游戲開發(fā)大全(第二版)
- 從零開始構(gòu)建深度前饋神經(jīng)網(wǎng)絡(luò):Python+TensorFlow 2.x