- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 153字
- 2021-07-02 23:20:57
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: "Finally, we will need to implement the GameLogic class."
A block of code is set as follows:
void Start() {
GameLogic.Instance.RegisterUpdateableObject(this);
Initialize();
}
protected virtual void Initialize() {
// derived classes should override this method for initialization code, and NOT reimplement Start()
}
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: "Select System info from the Administration panel."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Mastering Visual Studio 2017
- Mastering Python High Performance
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 學Python也可以這么有趣
- 量化金融R語言高級教程
- Struts 2.x權威指南
- Learning Nessus for Penetration Testing
- 寫給大家看的Midjourney設計書
- 嵌入式Linux C語言程序設計基礎教程
- Java Web開發教程:基于Struts2+Hibernate+Spring
- Learn C Programming
- 微信公眾平臺服務號開發:揭秘九大高級接口
- 開源心法
- Xamarin Mobile Application Development for Android(Second Edition)