- 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.
- WildFly:New Features
- 零基礎學Visual C++第3版
- 深入理解Django:框架內幕與實現原理
- Visual Basic程序設計(第3版):學習指導與練習
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Learning Zurb Foundation
- Java EE 8 Application Development
- 從Java到Web程序設計教程
- Python極簡講義:一本書入門數據分析與機器學習
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Yii Project Blueprints
- Rust游戲開發實戰
- 智能手機故障檢測與維修從入門到精通
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Java Web應用開發