书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 6978 个相关结果.
  • 你的第一个扩展包

    你的第一个扩展包 创建并安装扩展包 定义你的包描述文件:package.json 入口程序 运行扩展包程序 你的第一个扩展包 本文会教你如何创建一个简单的 Cocos Creator 扩展包,并且向你介绍一些扩展包中的基本概念。通过学习,你将会创建一个扩展包,并在主菜单中建立一个菜单项,并通过该菜单项在主进程中执行一条扩展指令。 创建并...
  • 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...
  • Module

    Modules Modules Modules are used to organize code. This section begins with a description of the modules that may be involved in the development process Cocos Creator editor. ...
  • 模块化脚本

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

    Configuring The Code Editing Environment Installing VS Code IntelliSence Data Setting file display and search filter VS Code Advanced Use Using VS Code to activate script compil...
  • Coding Environment Setup

    Configuring The Code Editing Environment Installing VS Code IntelliSence Data Setting file display and search filter VS Code Advanced Use Using VS Code to activate script compil...
  • 3.1. 接入视频

    如何在 Cocos Creator 服务面板集成 Cocos Analytics Cocos Analytics JavaScript SDK 接入教程 Cocos Analytice Android SDK 接入教程 Cocos Analytics iOS SDK 接入教程
  • First Extension

    First Extension Creating and Installing Extensions Define the Description File package.json Entry program browser.js Runing an extension First Extension Through this article...