- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 149字
- 2021-07-02 19:59:40
Summary
This chapter introduced the basic concepts of variables, methods, and the dot syntax. These building blocks are used to create scripts and classes. Understanding how these building blocks work is critical, so you don't feel you're not getting it.
We discovered that a variable name is a substitute for the value it stores, a method name is a substitute for a block of code, and when a script or class is attached to a GameObject, it becomes a component. The dot syntax is just like an address for locating GameObjects and components.
You also learned how to make decisions in code based on variable values. With these concepts under your belt, you can proceed to learn the details of the sentence structure, grammar, and syntax used to work with variables, methods, and the dot syntax. In the next chapter, we will cover the details of using variables.
- Java應(yīng)用開發(fā)與實踐
- Python Deep Learning
- OpenNI Cookbook
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計算
- Learn WebAssembly
- Getting Started with SQL Server 2012 Cube Development
- Python 3破冰人工智能:從入門到實戰(zhàn)
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- 快人一步:系統(tǒng)性能提高之道
- Learning AWS
- Deep Learning with R Cookbook
- AI自動化測試:技術(shù)原理、平臺搭建與工程實踐
- Python 快速入門(第3版)
- Mastering Machine Learning with scikit-learn
- Game Programming using Qt 5 Beginner's Guide