书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 837 个相关结果.
  • 精灵控制

    精灵的控制 锚点 位置 旋转 缩放 倾斜 颜色 透明度 精灵的控制 在创建完精灵后,现在你能试着修改精灵的属性去控制它了。 创建精灵: C++ auto mySprite = Sprite :: create ( "mysprite.png" ); 锚点 锚点确定了精灵对象在计算坐标位置的一个基...
  • 粒子资源

    粒子资源(ParticleSystem) 导入粒子资源 在场景中添加粒子系统 在项目中的存放 渲染错误解决方法 粒子资源(ParticleSystem) 导入粒子资源 将 Cocos2d 支持的粒子 .plist 文件直接放到工程资源目录下。 在场景中添加粒子系统 方法一,从 资源管理器 里将粒子资源直接拖到 层级管理器 :...
  • 触摸事件

    触摸事件 触摸事件 触摸事件是手机游戏中最重要的事件,它易于创建,还能提供多种多样的功能。 让我们先了解一下什么是触摸事件,当你触摸移动设备的屏幕时,设备感受到被触摸,了解到被触摸的位置,同时取得触摸到的内容,然后你的触摸被回答。 这就是触摸事件。 如果你希望通过触摸控制屏幕下层的对象,那可以通过 优先级 ,达成这种需求,优先级高的对象能先处理事...
  • 按钮(Button)

    按钮(Button) 按钮(Button) 按钮是什么,好像没有必要解释,我们都知道这东西是用来点击的,点击后使我们的游戏产生一些变化,比如更改了场景,触发了动作等等。按钮会拦截点击事件,事件触发时调用事先定义好的回调函数。按钮有一个正常状态,一个选择状态,还有一个不可点击状态,按钮的外观可以根据这三个状态而改变。Cocos2d-x 提供 Butto...
  • 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...
  • v3.5 已构建工程升级指南

    v3.5 已构建工程升级指南 工程升级 自定义代码迁移方法 平台与 AppDelegate 的定制方法 game.cpp 迁移方法 Native 文件修改 Android 升级指南 JAVA 修改 CMakeLists.txt 修改 v3.5 已构建工程升级指南 从 v3.5 开始,Mac 和 Windows 平台的 AppDelega...
  • 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...
  • Setup Native Development

    Installation and Configuration of Native Development Environment Android Platform Dependencies Downloading the Java SDK (JDK) Downloading and Installing Android Studio Downloadin...