- 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
- C語言程序設計實踐教程(第2版)
- JavaScript前端開發模塊化教程
- 自然語言處理實戰:預訓練模型應用及其產品化
- JavaScript高效圖形編程
- Scala Design Patterns
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- React.js Essentials
- Kotlin Standard Library Cookbook
- ADI DSP應用技術集錦
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Python算法指南:程序員經典算法分析與實現
- Scrapy網絡爬蟲實戰
- Mobile Forensics:Advanced Investigative Strategies
- Selenium Essentials