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

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

151. 微信小游戏,请先初始化小游戏适配库 [ 71%]

...@ gamePage.html:156 WAGame.js:3 gameThirdScriptError window.focus is not a function TypeError: window.focus is not a function     at Function.Browser.__init__ (http://127.0.0.1:51176/game/code.js:7140:21)     at Function._$GET_clientWidth (http://127.0.0.1:51176/game/code.js:7057:11)     at ht...

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

152. 1.7.6 beta 编译后出现 XXXX is not defined 的报错 [ 70%]

... ImageData is not defined? 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-06-27 10:46 浏览: 1353 关注: 2 人 moketao • 2017-06-27 11:15 可以了, 谢谢

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

153. CharacterController move移动 报错_setWalkDirection [ 70%]

... Uncaught TypeError: Qt[a[((a[(A >> 2)] + 16) >> 2)]] is not a function     at Object.btKinematicCharacterController_setWalkDirection (laya.physics3D.js:1)     at CharacterController.move (laya.d3.js:4517)     at MasterMoveRotate.onUpdate (bundle.js:1853)     at Scene3D._updateSc...

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

154. laya as发布玩一玩到Xcode工程,编译报错 [ 70%]

...1, code=-1, info1=Execute JS Error![TypeError: this.ctx.transform is not a function. (In 'this.ctx.transform(a,b,c,d,tx,ty)', 'this.ctx.transform' is an instance of RectTransform)]: line = 6253, column = 21, sourceURL = /var/containers/Bundle/Application/2DE21169-C5AF-439A-9F39-D30D42DC9162/PublicBr...

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

155. 3D文本纹理demo问题 [ 70%]

...维码真机调试也是如此。  TypeError: this.cxt.fillText is not a function             this.cxt.fillText(text, this.cav.width / 2, this.cav.height);                      ^^                                                    TypeError: this.cxt.fillT...

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

156. 微信头像请求方式 [ 70%]

...取器 * @param {头像Url} headUrl * @param {显示头像Img} showImg */ function getWXHead(headUrl, showImg){ if(headCache[headUrl] != undefined){ showImg.skin = (headCache[headUrl]); }else{ // 创建请求 let httpRequest = new Laya.HttpRequest(); httpRequest.once(Laya.Event.COMPLETE, this, (data...

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

157. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 70%]

...刷新,才能恢复原样。   UI界面的继承类 var StartResource = function StartResource(){ StartResource.super(this); //LOGO 图标 访问地址 var href='https://list.tmall.com/search_product.htm?q=%BB%A8%D3%A1%D0%B6%D7%B1%CB%AE&type=p&spm=a220m.1000858.a2227oh.d100&xl=%BB%A8%...

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

158. 嵌套类型的protobuf报错 [ 70%]

...Buf.Reflect.MessagePrototype.decode (protobuf.js?tick=17185:3249)     at Function.ProtoBuf.Reflect.MessagePrototype.build.Message.decode (protobuf.js?tick=17185:2949)     at ProtobufConverter.gtea.net.ProtobufConverter.__proto__.decode (gtea.js?tick=17185:1120)     at XMLHttpRequest.BaseUI.ext...

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

159. 飞机大战出现的问题注册了类New的时候报错未定义 [ 70%]

...机大战出现的问题注册了类New的时候报错未定义 var Game=(function(){ (function Game(){ Laya.init(400,852); this.bg = new BackGround(); //把背景添加到舞台上显示出来 Laya.stage.addChild(this.bg);  })();     })();   //循环滚动的游戏背景 var BackGround = (func...

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

160. 3D物理引擎有没有什么办法可以像unity的constraint那样锁住某些轴的旋转与位移么? [ 70%]

...节点上的,会报 Uncaught TypeError: this.owner.localToGlobal is not a function TypeError: this.owner.localToGlobal is not a function 这个错误. 如果可以用2D引擎挂载到3D物体上,也是可以解决我现在的问题,如果这个方面可以有解决方案,也可以提供一下思路....

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