- Learning C# by Developing Games with Unity 5.x(Second Edition)
- Greg Lukosek
- 210字
- 2021-07-09 20:03:33
Chapter 3. Getting into the Details of Variables
Initially, computer programming appears difficult to beginners due to the way in which words are used in code. It's not the actual words that cause the problem because, for most of the part, many of the words are the same as those we use in our everyday life. C# is not a foreign language. The main problem is that the words simply don't read like typical sentences that we are all used to. You know how to say words and how to spell words. What you don't know is where and why you need to put them in that crazy-looking grammar, that is, the syntax that makes up a C# statement.
In this chapter, you will learn some of the basic rules to write a C# statement. We will also introduce many of the words that C# uses and the proper placement of these words in C# statements when we create our variables.
In this chapter, we will cover the following topics:
- Writing C# statements properly
- Using C# syntax to write variable statements
- The
GameObject
component's properties - Using public variables for the Unity Inspector panel
- Naming a variable properly
- Declaring a variable for the type of data it will store
- AngularJS入門與進階
- 密碼學原理與Java實現
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- CouchDB and PHP Web Development Beginner’s Guide
- Python圖形化編程(微課版)
- ServiceNow:Building Powerful Workflows
- IDA Pro權威指南(第2版)
- Java Web從入門到精通(第2版)
- Python商務數據分析(微課版)
- 物聯網系統架構設計與邊緣計算(原書第2版)
- TypeScript圖形渲染實戰:2D架構設計與實現
- Mastering Apache Camel
- 跟小樓老師學用Axure RP 9:玩轉產品原型設計
- 大話程序員:從入門到優秀全攻略
- 零基礎入門Python數據分析與機器學習