官术网_书友最值得收藏!

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "These can be accessed through the UnityEngine.Profiling.Profiler class through its BeginSample() and EndSample() methods."

A block of code is set as follows:

void DoSomethingCompletelyStupid() { 
Profiler.BeginSample("My Profiler Sample");
List<int> listOfInts = new List<int>();
for(int i = 0; i < 1000000; ++i) {
listOfInts.Add(i);
}
Profiler.EndSample();
}

 

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "When a Unity application is compiled in Development Mode."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 于田县| 建德市| 北碚区| 长治市| 海门市| 宁河县| 乡城县| 图们市| 礼泉县| 舒兰市| 台东县| 商城县| 杂多县| 兰溪市| 苏州市| 永和县| 抚松县| 镇宁| 乐都县| 德格县| 廊坊市| 定兴县| 紫云| 九江县| 尼勒克县| 宝丰县| 武城县| 沙坪坝区| 浦城县| 景宁| 昂仁县| 博白县| 阿坝| 即墨市| 张掖市| 乡宁县| 波密县| 息烽县| 双江| 剑河县| 西畴县|