书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 92279 个相关结果.
  • 场景创建

    场景创建 还记得场景图吗 一个简单场景 场景创建 创建一个场景非常简单: auto myScene = Scene :: create (); 还记得场景图吗 第二章中我们学到了 场景图(Scene Graph) 以及在游戏中它是如何生效的。要记得场景图决定了场景内节点对象的渲染顺序,也要记得 z-order 是如何...
  • 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...
  • JSB 手动绑定

    使用 JSB 手动绑定 背景 前置 抽象层 SE 类型 宏 类型转换辅助函数 实践 总结 使用 JSB 手动绑定 本文转载自 腾讯在线教育部技术博客 作者:晋中望(xepherjin) 背景 一直以来,ABCmouse 项目中的整体 JS/Native 通信调用结构都是基于 callStaticMethod <-> ...
  • 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...
  • url

    url 类型 索引 属性(properties) 方法 Details 属性(properties) _rawAssets 参数列表 示例 url 类型 模块: cc 父模块: cc 索引 属性(properties) _rawAssets Object The base url of raw assets. ...
  • 优先级

    优先级 优先级 事件的吞没中,我们提到了事件的传递。事件如何传递,先到哪个监听器?这是由优先级决定的。 固定值优先级 使用一个整形的数值,数值较低的监听器比数值较高的监听器,先接收到事件。 场景图优先级 是指向节点对象的指针,z-order 较高的节点中的监听器比 z-order 较低的节点中的,先接收到事件。由于 z-order 较高...
  • 前言

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