- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 158字
- 2021-07-02 19:59:39
What's with the dots?
When you look at code written by others, you'll see words with periods separating them. What the heck is that? It looks complicated, doesn't it? The following is an example from the Unity documentation:
transform.position.x
Don't concern yourself with what the preceding code means, as that comes later. I just want you to see the dots.
This is called dot syntax. The following is another example. It's the fictitious address of my house: UnitedKingdom, Bedfordshire, Sandy, 10MyStreet. Looks funny, doesn't it? That's because I used the syntax (grammar) of C# instead of the post office. However, I'll bet that if you look closely, you can easily figure out how to find my house. We'll get into much more at a later stage. For now, think of dot syntax as an address, starting from a big thing, a country in this case, and narrowing down to the most precise part that we want to access.
- Mastering Concurrency Programming with Java 8
- Julia機器學習核心編程:人人可用的高性能科學計算
- C語言程序設計實踐教程
- Windows Server 2012 Unified Remote Access Planning and Deployment
- C++面向對象程序設計習題解答與上機指導(第三版)
- Mastering JavaScript Design Patterns(Second Edition)
- Mastering AWS Security
- Android應用開發深入學習實錄
- Java程序設計教程
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- HTML5 WebSocket權威指南
- Getting Started with the Lazarus IDE
- Java程序設計(項目教學版)
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)
- Python從入門到項目實踐(超值版)