- HoloLens Beginner's Guide
- Jason Odom
- 105字
- 2021-07-02 23:35:16
Objects
Objects or GameObjects are what make up nearly everything in Unity. The characters, camera, 3D text, and lights are all a very basic-level GameObjects. Everything you see in a Unity-developed project is either GameObjects, or connected to them.
It should be pointed out that some things that you cannot see are GameObjects as well. A common practice is to create empty GameObjects so that we can apply scripts or other components to it. These objects are created to perform a function, such as to keep game scores or to handle network traffic. The one common element that all GameObjects share is the Transform component:

推薦閱讀
- Visual C++程序設(shè)計教程
- Python入門很簡單
- 基于免疫進化的算法及應(yīng)用研究
- 高級C/C++編譯技術(shù)(典藏版)
- 深入淺出PostgreSQL
- Qlik Sense? Cookbook
- Web Developer's Reference Guide
- OpenCV Android開發(fā)實戰(zhàn)
- R語言數(shù)據(jù)挖掘:實用項目解析
- Node.js 6.x Blueprints
- C# 7.0本質(zhì)論
- 少兒編程輕松學(全2冊)
- 小學生C++趣味編程從入門到精通
- Server Side development with Node.js and Koa.js Quick Start Guide
- Python從入門到項目實踐(超值版)