书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 4451 个相关结果.
  • Resource Management Considerations —- meta files

    Resource Management Considerations —- meta files The Role of a Meta File When will a meta file be updated Meta File Error Cases And Solutions UUID Conflict uuid Changes Summar...
  • XR 项目创建

    XR项目创建 XR项目创建 Cocos CreatorXR 支持用户使用一下几种方式快速创建 XR 项目。 注意 :创建 XR 项目时务必保证编辑器版本 >= 3.6.1。 使用模板新建 XR 项目:在 Cocos Dashboard 中新建项目时,选择 v3.6.1 及以上的编辑器,选择 Empty(XR) 模板创建。 使用案例体...
  • 引擎定制工作流程

    引擎定制工作流程 1、定制 JavaScript 引擎 1.1、获取 JS 引擎 1.2、安装编译依赖 1.3、进行修改然后编译 1.4、在 Cocos Creator 中使用定制版引擎 2、定制 Cocos2d-x 引擎 2.1、获取 Cocos2d-x 引擎 2.2、初始化 2.3、在 Cocos Creator 中配置定制版引擎 2.4...
  • 注意事项

    注意事项 语法格式 注意事项 语法格式 Cocos Creator 3.0 不同于 Cocos Creator v2.x 的语法格式,Cocos Creator 3.0 已全面支持 ES6 和 TS,因此只支持 ES6 和 TS 的 class 。此外,我们还支持了 TS 的语法提示。针对 Cocos Creator 支持 ES5 语法的 cc.C...
  • 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. ...
  • Module Specification

    Module Specification Module Format Module Descriptors and Module Parsing Relative Specifiers Absolute Specifiers Bare Specifiers Conditional exports Suffixes and Directory Imp...
  • Module Specification

    Module Specification Module Format Module Descriptors and Module Parsing Relative Specifiers Absolute Specifiers Bare Specifiers Conditional exports Suffixes and Directory Imp...
  • Module Specification

    Module Specification Module Format Module Descriptors and Module Parsing Relative Specifiers Absolute Specifiers Bare Specifiers Conditional exports Suffixes and Directory Imp...
  • 脚本基础

    运行环境 保留标识符 cc 运行环境 Cocos Creator 3.0 引擎的 API 都存在模块 cc 中,使用标准的 ES6 模块导入语法将其导入: import { Component , // 导入类 Component _decorator , // 导入命名空间 _decorator } ...
  • 脚本基础

    运行环境 保留标识符 cc 运行环境 Cocos Creator 3D 引擎的 API 都存在于模块 cc 中, 使用标准的 ES6 模块导入语法将其导入: import { Component , // 导入类 Component _decorator , // 导入命名空间 _decorator } ...