{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

iOS游戏框架Sprite Kit技术详解

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

iOS游戏框架Sprite Kit技术详解

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

专门介绍iOS游戏框架SpriteKit技术的图书
通过124个实例,详解SpriteKit游戏开发的各项关键技术和流程
从SpriteKit基础开始讲解,逐步深入到SpriteKit高级开发技术及应用
给出了大量的常见游戏特效,从而引出知识点,让读者知其然而且知其所以然
讲解知识点时贯穿了大量短小精悍的典型实例,还给出了大量的开发技巧

移动开发精品图书海报:

Content Description

本书由浅入深,全面系统地介绍了iOS2D游戏引擎SpriteKit开发技术。本书提供了大量实例,供读者实战演练。另外,本书给出了大量的常见游戏特效,用于引出知识点,使得读者能知其所以然。这样,读者避免了直接面对生硬抽象的理论知识,从而更轻松地掌握SpriteKit开发。
本书共12章,分为3篇。第1篇为基础篇,涵盖的主要内容有一个SpriteKit程序、场景、精灵、动作和用户交互技术等。第2篇为进阶篇,涵盖的主要内容有游戏中的文字、音频和视频、粒子系统、SpriteKit中的其他节点(包括修剪节点、形状节点、效果节点等技术)。第3篇为高级篇,涵盖的主要内容有物理引擎与碰撞、瓦片地图、发布应用程序等。
本书涉及面广,从基本内容到高级技术再到核心原理,几乎涉及SpriteKit开发的所有重要知识。本书既适合所有想全面学习SpriteKit框架开发技术的人员阅读,也适合各种使用该框架进行游戏开发的工程技术人员使用。对于经常进行iOS2D游戏开发的人员,更是一本不可多得的案头必备参考书。
本书精华内容
一个SpriteKit程序
游戏场景
操作精灵
精灵动作
用户交互
游戏中的文字
音频和视频
粒子系统
SpriteKit中的其他节点
物理引擎
碰撞监测
瓦片地图
发布应用程序
Author Description

刘媛媛,软件工程师。现就职于某知名IT公司的移动项目部,担任iOS开发技术研究员。擅长iOS移动开发技术,长期从事iOS新技术和可穿戴设备的研究。参与过多个移动项目的开发,积累了丰富的开发经验。编写并出版了《Swift入门很简单》、《Swift游戏开发案例实战》和《XamariniOS移动开发实战》等图书。
Catalogue

第1篇 基础篇
第1章 编写第一个Sprite Kit程序
1.1 Sprite Kit介绍
1.1.1 什么是Sprite Kit
1.1.2 Sprite Kit优缺点
1.2 苹果账号的注册
1.2.1 苹果账号的分类
1.2.2 注册免费苹果账号
1.2.3 注册非免费苹果账号
1.3 Xcode的下载和安装
1.3.1 App Store上下载和安装Xcode
1.3.2 其他的网站上下载Xcode
1.4 绑定苹果账号
1.5 更新组件与文档
1.6 编写第一个程序
1.6.1 创建项目
1.6.2 Xcode界面介绍
1.6.3 运行程序
1.6.4 模拟器介绍
1.6.5 场景编辑器
1.6.6 编写代码
1.7 使用帮助文档
1.8 调试
1.9 真机测试
1.9.1 申请和下载证书
1.9.2 实现真机测试
第2章 场景
2.1 添加场景
2.2 显示新增的场景
2.3 设置场景
2.3.1 设置场景的背景颜色
2.3.2 设置场景的缩放模式
2.3.3 设置测试信息
2.4 切换场景
2.4.1 单纯的场景切换
2.4.2 具有过渡动画的场景
2.5 滚动场景
2.5.1 让场景进行滚动
2.5.2 永无休止的滚动场景
第3章 精灵
3.1 节点介绍
3.2 添加图像到项目中
3.3 显示精灵
3.3.1 使用场景编辑器显示精灵
3.3.2 使用代码显示无纹理的精灵
3.3.3 使用代码显示纹理精灵
3.4 设置精灵
3.4.1 设置精灵的位置
3.4.2 设置锚点
3.4.3 对精灵着色
3.4.4 调整精灵的尺寸
3.4.5 缩放精灵
3.4.6 旋转精灵
3.4.7 设置精灵的透明度
3.4.8 隐藏精灵
3.5 删除精灵
3.5.1 删除指定的精灵
3.5.2 删除所有精灵
3.6 让精灵更具真实感
3.7 移动精灵
3.8 纹理
3.8.1 纹理的创建
3.8.2 纹理的显示
第4章 动作
4.1 移动动作
4.1.1 以点的方式移动
4.1.2 以偏移量的方式移动
4.2 序列动作
4.3 重复动作
4.3.1 无限重复
4.3.2 具有次数的重复
4.4 延迟动作
4.5 缩放动作
4.5.1 以缩放倍数缩放
4.5.2 以增量值缩放
4.6 旋转动作
4.7 调整尺寸的动作
4.7.1 以目标值调整尺寸
4.7.2 以增量调整尺寸
4.8 组合动作
4.9 改变透明度的动作
4.9.1 不需指定alpha值
4.9.2 指定alpha值
4.10 改变颜色的动作
4.10.1 改变混合因子
4.10.2 改变颜色和混合因子
4.11 以动画的形式改变纹理的动作
4.12 路径动作
4.13 反向运动
4.14 速度动作
4.15 显示或隐藏动作
4.16 块动作
4.17 自定义的动作
4.18 动作属性
4.18.1 速度
4.18.2 时间
4.18.3 曲线方式
4.19 删除动作
第5章 用户交互
5.1 触摸
5.1.1 轻拍触摸
5.1.2 移动触摸
5.1.3 结束触摸和取消触摸
5.2 手势
5.2.1 轻拍
5.2.2 捏
5.2.3 旋转
5.2.4 移动
5.2.5 滑动
5.2.6 长按
5.3 重力感应
5.3.1 场景布局
5.3.2 判断重力感应是否可用
5.3.3 使用重力感应移动飞船
第2篇 进阶篇
第6章 游戏中的文字
6.1 显示标签
6.1.1 使用场景编辑器显示标签
6.1.2 使用代码实现标签
6.2 设置标签
6.2.1 设置文字大小
6.2.2 设置文字的颜色
6.2.3 设置标签显示的文字
6.2.4 设置文字的字体
6.3 为标签加载自定义的字体
6.4 标签的对齐方式
6.4.1 水平对齐
6.4.2 垂直对齐
6.5 为标签添加动作
第7章 音频和视频
7.1 背景音乐
7.1.1 添加背景音乐
7.1.2 控制背景音乐
7.1.3 设置音乐的播放点
7.1.4 设置音量
7.1.5 设置循环播放
7.2 音效
7.2.1 AVFoundation.framework框架
7.2.2 使用AudioToolbox.framework框架
7.2.3 使用playSoundFileNamed()方法
7.3 视频
7.3.1 添加视频
7.3.2 控制视频
第8章 粒子系统
8.1 使用粒子系统编辑器添加粒子系统
8.2 使用场景编辑器实现添加粒子系统
8.3 粒子发射器中的参数说明
8.4 使用代码实现粒子系统
8.5 使用关键帧序列配置粒子属性
8.6 给粒子添加动作
8.6.1 使用runAction()方法添加动作
8.6.2 使用particleAction属性添加动作
8.7 重置粒子系统
第9章 Sprite Kit中其他节点
9.1 修剪节点
9.2 形状节点
9.2.1 使用场景编辑器添加形状节点
9.2.2 使用代码添加形状节点
9.2.3 个性化形状
9.2.4 设置形状的路径
9.3 效果节点
第3篇 高级篇
第10章 物理引擎与碰撞
10.1 什么是物理引擎
10.2 使用场景编辑器添加物理引擎
10.3 使用代码添加物理引擎
10.3.1 创建简单的物理体
10.3.2 添加物理体
10.3.3 创建自定义的物理体
10.3.4 为物理体添加边界
10.3.5 可视化物理体
10.4 物理引擎的属性设置
10.5 让物理体进行移动
10.6 物理体连接
10.7 在游戏中的碰撞
10.7.1 最简单的碰撞——if语句
10.7.2 使用intersectsNode()方法
10.7.3 使用物理引擎
第11章 瓦片地图
11.1 创建瓦片地图
11.2 设置瓦片地图
11.2.1 缩放模式
11.2.2 过滤模式
11.2.3 颠倒地图
11.2.4 随机生成瓦片
11.3 加载TXT文件到地图中
11.3.1 添加TXT文件
11.3.2 设置TXT文件中的内容
11.3.3 加载内容到地图中
11.4 加载TML文件到地图中
11.4.1 软件下载与安装
11.4.2 用TexturePacker创建图块
11.4.3 用Tield绘制地图
11.4.4 加载TML文件
11.5 滚动地图
11.6 添加移动精灵
11.6.1 添加精灵
11.6.2 移动精灵
10.7 在瓦片地图上的碰撞
第12章 发布应用程序
12.1 创建App ID
12.2 申请发布证书
12.2.1 申请证书
12.2.2 申请证书对应的配置文件(Provision File)
12.3 准备提交应用程序
12.3.1 创建应用及基本信息
12.3.2 项目的相关设置
12.4 提交应用程序到App Store上
12.4.1 Application Loader
12.4.2 Archives
12.5 常见审核不通过的原因
Introduction

iOS游戏框架Sprite Kit技术详解

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book