书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 6713 个相关结果.
  • 模块化脚本

    模块化脚本 引用模块 require require 完整范例 定义模块 定义组件 定义普通 JavaScript 模块 更多示例 导出变量 封装私有变量 循环引用 模块化脚本 Cocos Creator 允许你将代码拆分成多个脚本文件,并且让它们相互调用。要实现这点,你需要了解如何在 Cocos Creator 中定义和使用模块...
  • 模块化脚本

    模块化脚本 引用模块 require require 完整范例 定义模块 定义组件 定义普通 JavaScript 模块 更多示例 导出变量 封装私有变量 循环引用 模块化脚本 Cocos Creator 允许你将代码拆分成多个脚本文件,并且让它们相互调用。要实现这点,你需要了解如何在 Cocos Creator 中定义和使用模块...
  • 主菜单

    主菜单 Cocos Creator 文件 编辑 节点 组件 项目 面板 布局 扩展 开发者 帮助 主菜单 Cocos Creator 包括软件信息,偏好设置,窗口控制等功能。 关于 Cocos Creator :显示 Cocos Creator 的版本和版权信息。 偏好设置 :打开 偏好设置 面板,设置编辑器的个性化选...
  • 模块化脚本

    模块化脚本 引用模块" level="2"> 引用模块require require 完整范例 定义模块 定义组件 定义普通 JavaScript 模块 更多示例 导出变量 封装私有变量 循环引用 模块化脚本 Cocos Creator 允许你将代码拆分成多个脚本文件,并且让它们相互调用。要实现这点,你需要了解如何在 Cocos...
  • Building for QNX

    Building for QNX Building Qt Safe Layout Tool Opening Project to Edit Mode Adding a Custom Build Step <make install> Building the Project Setting Up Cross Compiling Environment...
  • 项目结构

    项目结构 项目文件夹结构 资源文件夹(assets) 资源库(library) 本地设置(local) 扩展插件文件夹(packages) 项目设置(settings) 临时文件夹(temp) project.json 构建目标(build) 版本控制 项目结构 通过 Dashboard,我们可以创建一个 Hello World ...
  • 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...
  • Parameter Configuration

    Parameter Configuration Parameter Configuration ConfigurationRestfulApi class Interface address :/api/rest_j/v1/configuration/addKeyForEngine Request method : GET Request ...
  • Parameter Configuration

    Parameter Configuration Add KeyForEngine Add application type Add parameter configuration delete configuration Engine type list App types queue resources Get key value save...
  • 碰撞系统

    碰撞系统 碰撞系统 本章将介绍 Cocos Creator 的碰撞系统,目前 Cocos Creator 内置了一个简单易用的碰撞检测系统,支持 圆形 ,矩形 以及 多边形 相互间的碰撞检测。下面会分成几个小节来介绍碰撞系统的细节内容。 编辑碰撞组件 碰撞分组管理 碰撞系统脚本控制