- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 73字
- 2021-07-02 19:59:37
Assignment
We have created our variable, and now we are giving it a value. To assign a value, we use the equals sign followed by the value. In this case, it is 9. To close the line, use a semicolon; this is always necessary. The program reads our script one line of code at a time, and by using the semicolon we are telling the program that the line of code ends there.
推薦閱讀
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Mastering PHP Design Patterns
- Learning Neo4j 3.x(Second Edition)
- 算法訓練營:提高篇(全彩版)
- 微信小程序項目開發實戰
- Mastering Android Development with Kotlin
- Unity UI Cookbook
- 機器學習與R語言實戰
- 編程與類型系統
- Procedural Content Generation for C++ Game Development
- C++20高級編程
- 智能搜索和推薦系統:原理、算法與應用
- Web性能實戰
- Learning Unreal Engine Game Development
- 讓Python遇上Office:從編程入門到自動化辦公實踐