• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 230 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)

201. 小游戏发布工具与小游戏目录介绍(TypeScript-小游戏适配文档-微信小游戏) [ 49%]

...index.html里引用,而是在项目中引用了,或者是AS项目里用require的方式引用了。那都不会合到code.js。这时候,还是要手动针对自己使用的库,尤其是第三方库,进行手工复制。 #### `res`资源目录 res是默认的资源目录,小游戏由于...

来源: Laya2.0_文档 发布时间: 20210714

202. 苹果iOS审核被拒Guideline 4.3 - Design [ 48%]

...e, which is considered a form of spam. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved. Next Steps - Review the Design section of the App Store Review Guidelines. - Ensure your app is compliant w...

来源: Laya_社区 发布时间: 20200420

203. 微信小游戏IDE加载位图字体,提示错误 [ 48%]

...183*****291 赞同来自: 我解决了,在引入js后  window.Parser = require("./js/dom_parser"); 在core.js中   /**   *资源加载完成的处理函数。   *@param data 数据。   */   __proto.onLoaded=function(data){  在 var bFont=new BitmapFont(); bFont.parseFont(this._data,d...

来源: Laya_社区 发布时间: 20180306

204. layaAir TS项目如何引用protoBuf库? [ 48%]

...内容: package awesomepackage;   message AwesomeMessage {       required string awesomeField = 1;  }     放在laya/proto下面,proto这个文件夹没有请自己创建。   2、在bin下的index.html里的这个位置,看粗体部分,protobuf.js在项目里已经存在了,不...

来源: Laya_社区 发布时间: 20170216

205. 苹果iOS审核Guideline 4.3 - Design [ 48%]

...e, which is considered a form of spam. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved. Next Steps - Review the Design section of the App Store Review Guidelines. - Ensure your app is compliant w...

来源: Laya_社区 发布时间: 20200415

206. 苹果iOS审核被拒Guideline 4.3 - Design [ 48%]

...e, which is considered a form of spam. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved. Next Steps - Review the Design section of the App Store Review Guidelines. - Ensure your app is compliant w...

来源: Laya_社区 发布时间: 20200420

207. 用npm的protobuf导出的ts代码。然后用import { } from "" 运行到这里没反应,不继续执行,也不报错。 [ 47%]

...不到protobufjs这个模块 2 导出的.js文件也报错var $protobuf = require("protobufjs/minimal");括号内的模块也是找不到     请问您那是怎么弄的?   2018-03-21 0 2 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 可以参考下附件中的Demo TSimportRequ...

来源: Laya_社区 发布时间: 20171115

208. mac laya 2.5beta ts示例工程 tsconfig.json tartget 改成es5 编译报错 [ 47%]

...laya11/Tank/src/script/Bullet.ts(4,29): semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found. at error (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/rollup/dist/rollup.js:9402:30) at Object.error (/Applications/LayaAirIDE_beta.app...

来源: Laya_社区 发布时间: 20200311

209. LAYAIDE运行VSCODE插件失败问题(VSCODE正常) [ 47%]

...ect.defineProperty(exports, "__esModule", { value: true }); const vscode = require("vscode"); function activate(context) { let disposable = vscode.commands.registerCommand('extension.buildTemplate', () => { vscode.window.showInformationMessage('build template complete.'); }); context.subscription...

来源: Laya_社区 发布时间: 20180728

210. LayaAir 2.0 微信排行榜 离屏画布不能直接附加到组件纹理上 [ 47%]

...的报错Uncaught ReferenceError: loadLib is not defined at index.js:11 at require (WAGameSubContext.js:3) at subcontext.html:11 开放域代码到底怎么发布到主域呢 Max.魚魚魚鱼魚魚 • 2019-02-16 10:11 楼主问题解决了吗?方便的话,能分享一下2.0制作排行榜的dem...

来源: Laya_社区 发布时间: 20181001