- Unity 3.x Game Development by Example Beginner's Guide
- Ryan Henson Creighton
- 77字
- 2021-04-02 18:34:09
What is code?
Code is just a series of instructions that you give to Unity to make it do stuff. We write lines (sentences) of code describing what we want to accomplish; these lines are called statements . Unity reads these statements and carries out our instructions. In Unity, you usually take a set of instructions and "stick" it to a GameObject. From now on, we'll use Unity's terminology Script to describe a collection of code statements.
推薦閱讀
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Mastering JavaScript Object-Oriented Programming
- Learning Flask Framework
- 深入淺出WPF
- Java技術手冊(原書第7版)
- Python 3網絡爬蟲實戰
- 軟件工程
- Drupal 8 Module Development
- Kotlin從基礎到實戰
- Visualforce Developer’s guide
- JSP程序設計實例教程(第2版)
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Python應用開發技術
- Building Apple Watch Projects
- Docker on Windows