- 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.
- Vue.js設計與實現
- MongoDB for Java Developers
- BeagleBone Media Center
- Neo4j Essentials
- 深入理解Java7:核心技術與最佳實踐
- Lua程序設計(第4版)
- KnockoutJS Starter
- H5頁面設計:Mugeda版(微課版)
- Learning Hunk
- Asynchronous Android Programming(Second Edition)
- Vue.js 2 Web Development Projects
- ArcGIS for Desktop Cookbook
- Getting Started with Python
- Flink技術內幕:架構設計與實現原理
- Scratch從入門到精通