- iOS Game Programming Cookbook
- Bhanu Birani Chhavi Vaishnav
- 142字
- 2021-07-23 20:03:17
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "In AppDelegate.h
file, find the application:didFinishLaunchingWithOptions:
method and where we are registering for push notifications."
A block is set of code will be shown as follows:
SKAction *sequence = [SKAction sequence:@[[SKAction rotateByAngle:degreeToRadian(-3.0f) duration:0.2],[SKAction rotateByAngle:0.0 duration:0.1],[SKAction rotateByAngle:degreeToRadian(3.0f) duration:0.2]]]; [touchedNode runAction:[SKAction repeatActionForever:sequence]];
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 a location on the drive to save the project and click on Create."
推薦閱讀
- Visual Studio 2012 Cookbook
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Java Web開發之道
- 深入理解Java7:核心技術與最佳實踐
- Python應用輕松入門
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- AIRIOT物聯網平臺開發框架應用與實戰
- NGINX Cookbook
- MySQL從入門到精通(軟件開發視頻大講堂)
- Python入門很輕松(微課超值版)
- Nagios Core Administration Cookbook(Second Edition)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- MATLAB 2020 GUI程序設計從入門到精通
- Swift High Performance
- JavaEE架構與程序設計