书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 94057 个相关结果.
  • Setup Native Development

    Setup Native Development Environment Android platform dependencies Download the Java SDK (JDK) Download and install Android Studio Download the SDK and NDK required to publish th...
  • Hot Update Tutorial

    Assets Hot Update Tutorial Preface Usage scenarios and design ideas Manifest file Implement hot update in the Cocos Creator project Use the version generator to generate the man...
  • 前言

    前言 来源 前言 这是一本为菜鸟开发者编写的迷你书。介绍如何用 Cocos2d-Lua 开发一个结构完整的手机游戏。 读者需要具备的知识基础: 了解基本的编程知识,能够编写简单的代码。 本书主题: 从零开始设计一个游戏的玩法,并最终实现这个游戏。 游戏玩法: 在一个随机生成的迷宫里,玩家控制的角色要成功找到出口。在寻找出口的过程中,你会遇到各...
  • 3D 精灵

    3D 精灵 模型附加 网格替换 3D 精灵 就像 2D 游戏一样,3D 游戏也有精灵对象,Cocos2d-x 提供的 3D 精灵对象是 Sprite3D ,3D 空间位置有三个方向的自由度,类似的 Sprite3D 的位置由 (x, y, z) 三个坐标值决定。 Sprite3D 在许多方面都和普通的 Sprite 一样。 创建并加载:...
  • Hot Update Tutorial

    Assets Hot Update Tutorial Preface Usage scenarios and design ideas Manifest file Implement hot update in the Cocos Creator project Use the version generator to generate the man...
  • Hot Update Tutorial

    Assets Hot Update Tutorial Preface Usage scenarios and design ideas Manifest file Implement hot update in the Cocos Creator project Use the version generator to generate the man...
  • Hot Update Tutorial

    Assets Hot Update Tutorial Preface Usage scenarios and design ideas Manifest file Implement hot update in the Cocos Creator project Use the version generator to generate the man...
  • 图集资源

    图集资源(Atlas) 为什么要使用图集资源 制作图集资源 导入图集资源 Atlas 和 SpriteFrame 图集资源(Atlas) 图集(Atlas)也称作 Sprite Sheet,是游戏开发中常见的一种美术资源。图集是通过专门的工具将多张图片合并成一张大图,并通过 plist 等格式的文件索引的资源。可供 Cocos Creator...
  • 图集资源

    图集资源(Atlas) 为什么要使用图集资源 制作图集资源 导入图集资源 Atlas 和 SpriteFrame 图集资源(Atlas) 图集(Atlas)也称作 Sprite Sheet,是游戏开发中常见的一种美术资源。图集是通过专门的工具将多张图片合并成一张大图,并通过 plist 等格式的文件索引的资源。可供 Cocos Creator...
  • 热更新范例教程

    资源热更新教程 前言 使用场景和设计思路 Manifest 文件 在 Cocos Creator 项目中支持热更新 使用 Version Generator 来生成 Manifest 文件 热更新组件 部署远程服务器 打包原生版本 运行范例工程 结语 Next Step 资源热更新教程 前言 之所以这篇文档的标题为教程,是因...