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

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

171. List修改datasource数据的时候出现部分数据不能被修改 [ 69%]

...改 //加载数据完毕后触发这个方法 GameMain.prototype.onLoad = function () { this.mainUI = new MainUI(); dataSource = ; this.allData = ["深发展A", "南坡A", "铜陵有色", "丰林集团", "泰瑞科技", "贵绳股份", "华谊兄弟", "光洋股份", "南京港", "华铁科技", "...

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

172. 小程序开放域相关 [ 69%]

...c79} span.s5 {color: #ab1500} span.Apple-tab-span {white-space:pre} public function Code() {             //初始化微信小游戏             MiniAdpter.init(true, true);               Laya.init(1136, 640);               MiniAdpter.window.wx.onMessage(onGetMes...

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

173. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 69%]

...true,              /* Enable strict null checks. */     // "strictFunctionTypes": true,           /* Enable strict checking of function types. */     // "strictPropertyInitialization": true,  /* Enable strict checking of property initialization in classes. */     // "noImplicitTh...

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

174. 苹果上架问题, [ 69%]

...designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement. This code, combined with a remote resource, can ...

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

175. matter中更换texture [ 69%]

...//事件回调---collisionStart Matter.Events.on(engine, 'collisionStart', function(event) { var pairs = event.pairs; // change object colours to show those ending a collision for (var i = 0; i < pairs.length; i++) { var pair = pairs[i]; pair.bodyA.render.fillStyle = '#2A2CB2'; pair.bodyB.render....

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

176. ios native ogg音效播放报错 [ 68%]

...播放完后的回调时间 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 播放声音出错,求指教 runtime运行报错! LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 用了ByteArray的zlib.min.js后报错 播放...

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

177. 技术文档中的示例js运行报错 [ 68%]

...果 里边的示例运行报错 Uncaught TypeError: this.setTo is not a function(function () { const Loader = Laya.Loader const Handler = Laya.Handler (function () { Laya.init(1136,640) Laya.stage.bgColor="#fff" Laya.loader.load('./../bin/res/atlas/res.atlas', Handler.create(this, onLoaded)) })() f...

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

178. LAYA IDE 设置语言包路径后卡死 [ 68%]

...把此信息截图给研发商 Uncaught TypeError: text.replace is not a function TypeError: text.replace is not a function     at Input.__proto.parseLines (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:60001:19)     at Input.__proto.typeset (file:///D:/LayaAirIDE/resources/...

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

179. 压缩图片报错 [ 68%]

...IDE自带的,也不显示 导微信小程序报错window.focus is not a function runtime运行报错! 问题状态 最新活动: 2019-10-24 19:47 浏览: 2785 关注: 5 人 A • 2019-06-19 11:36 IDE是在application中哦 而且只有我附件这图片报错而已 其他压缩是正常的

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

180. 报错:__glsl is not defined,而且bundle.js出现__glsl [ 68%]

...sl is not defined,而且bundle.js出现__glsl  bundle.js开始代码:(function (__glsl) { 'use strict'; __glsl = __glsl && __glsl.hasOwnProperty('default') ? __glsl['default'] : __glsl; bundle.js结束代码: onConfigLoaded() { //加载IDE指定的场景 GameConfig.startScene &&am...

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