- Learning C# by Developing Games with Unity 5.x(Second Edition)
- Greg Lukosek
- 172字
- 2021-07-09 20:03:31
Chapter 2. Introducing the Building Blocks for Unity Scripts
A programming language like C# 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 very necessary for learning 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 by 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
- C語言程序設計案例教程
- Python概率統計
- 自己動手寫搜索引擎
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Python神經網絡項目實戰
- Mastering ROS for Robotics Programming
- Cybersecurity Attacks:Red Team Strategies
- Microsoft Azure Storage Essentials
- 匯編語言編程基礎:基于LoongArch
- 移動互聯網軟件開發實驗指導
- Frank Kane's Taming Big Data with Apache Spark and Python
- Deep Learning with R Cookbook
- Getting Started with Polymer
- Python商務數據分析(微課版)
- Java編程動手學