- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 165字
- 2021-07-02 19:59:36
Introducing the Building Blocks for Unity Scripts
The C# programming language can appear to be very complicated at first, but in reality, there are two basic parts that form its foundation. These parts are variables and methods. Therefore, understanding these critical parts is necessary to learn any of the other features of C#. As critical as they are, they are very simple concepts to understand. Using these variable and method foundation pieces, we'll introduce the C# building blocks that are used to create Unity scripts.
For those who get sweaty palms just thinking of the word script, wipe your hands and relax! In this chapter, I'm going to use terms that are already familiar to you to introduce the building blocks of programming. The following are the concepts introduced in this chapter:
- Using variables and methods in scripts
- The class, which is a container for variables and methods
- Turning a script into a component
- Components that communicate using the dot syntax
- Making decisions in code
- Mastering OpenLayers 3
- 高手是如何做產品設計的(全2冊)
- Node.js 10實戰
- Oracle Exadata性能優化
- Oracle從新手到高手
- Python數據分析基礎
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- MySQL 8 DBA基礎教程
- Visual FoxPro程序設計
- Node.js全程實例
- ServiceNow:Building Powerful Workflows
- Java語言程序設計教程
- 深度學習原理與PyTorch實戰(第2版)
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- C語言從入門到精通(第4版)