- 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.
推薦閱讀
- 數據庫原理及應用(Access版)第3版
- SpringMVC+MyBatis快速開發與項目實戰
- CentOS 7 Linux Server Cookbook(Second Edition)
- Functional Programming in JavaScript
- Scratch真好玩:教小孩學編程
- MATLAB實用教程
- Learning Data Mining with R
- Flutter跨平臺開發入門與實戰
- 焊接機器人系統操作、編程與維護
- Asynchronous Android Programming(Second Edition)
- Python Data Analysis Cookbook
- Learning Concurrency in Kotlin
- 一本書講透Java線程:原理與實踐
- Hands-On Nuxt.js Web Development
- Node.js區塊鏈開發