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

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.
主站蜘蛛池模板: 玛多县| 吉安市| 佛山市| 华池县| 郸城县| 方山县| 商南县| 铜陵市| 马关县| 贺州市| 苍山县| 沂源县| 凤阳县| 大连市| 专栏| 电白县| 青岛市| 沽源县| 聂拉木县| 于都县| 建德市| 合作市| 华安县| 乃东县| 全椒县| 大埔县| 建水县| 全椒县| 垫江县| 杭州市| 巩义市| 兴业县| 呈贡县| 亚东县| 克什克腾旗| 铁岭县| 慈溪市| 辽宁省| 阳曲县| 封开县| 庐江县|