- Mastering Unity 2D Game Development(Second Edition)
- Ashley Godbold Simon Jackson
- 152字
- 2021-07-08 11:05:15
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This is done by calling DontDestroyOnLoad
when you initialize the class."
A block of code is set as follows:
//Set the public property of the singleton MySingletonManager.Instance.MyTestProperty = "World Hello"; //Run the public method from the singleton MySingletonManager.Instance.DoSomethingAwesome();
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "After selecting Create project, you'll be brought to the Editor Window"
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- 教孩子學編程:C++入門圖解
- Reactive Programming With Java 9
- HTML5 and CSS3 Transition,Transformation,and Animation
- Learning R for Geospatial Analysis
- Getting Started with Eclipse Juno
- C# and .NET Core Test Driven Development
- 大話Java:程序設計從入門到精通
- C語言程序設計
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- UI動效設計從入門到精通
- Python計算機視覺與深度學習實戰
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- 深入大型數據集:并行與分布化Python代碼