- 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.
推薦閱讀
- R語言游戲數(shù)據(jù)分析與挖掘
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- Visual Basic程序設計實驗指導(第4版)
- Java應用開發(fā)技術實例教程
- iOS應用逆向工程(第2版)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- JavaScript:Moving to ES2015
- Learning Three.js:The JavaScript 3D Library for WebGL
- Instant Nancy Web Development
- Getting Started with React Native
- Python從入門到精通
- Serverless Web Applications with React and Firebase
- UI設計基礎培訓教程(全彩版)
- Clojure High Performance Programming(Second Edition)
- Learning Unreal Engine Game Development