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

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

141. 在开发域绘制list后 显示出来了 但点击会报下面的错误 [ 85%]

...._canvasTransform.invertTransformPoint is not a function at MouseManager.__proto.initEvent (subContext/code.js:2999:32) at MouseManager.__proto.runEvent (subContext/code.js:3139:14) at Stage.__proto.render (subContext/code.js:18499:26) at Stage.__proto._loop (subContext/code.js:18458:8) at Function....

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

142. ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? [ 85%]

...:///D:/laya/myLaya/myZootopia/bin/js/bundle.js:683:94)     at LoveView.__proto._activeHierarchy (file:///D:/laya/myLaya/myZootopia/bin/libs/laya.core.js:21411:8)     at LoveView.__proto._processActive (file:///D:/laya/myLaya/myZootopia/bin/libs/laya.core.js:21386:8)     at LoveView.__proto._on...

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

143. 分享 修复webaudiosound 循环播放的声音 俩个失声问题 [ 85%]

...复 没有声音的问题修复 webAudioSoundChannel play方法修改  _proto = Laya.WebAudioSoundChannel.prototype; /** *播放声音 */ _proto.play = function () { // if (this.url.indexOf("music.d") != -1) { // console.log("play", this.url) // console.trace("play", this.url) // } Laya.SoundManage...

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

144. 分包后, 资源加载问题 [ 85%]

...g("kk5") __class(loading100,'loading100',_super); console.log("kk6") var __proto=loading100.prototype; console.log("kk7") __proto.cleanMe=function(){ this.load.destroy(true); } console.log("kk8") loading100.FINISH="FN"; console.log("kk9") return loading100; })(Sprite) //class ui.loadingjzaUI extends...

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

145. 感觉实例之间是关联的,求指教。(已解决) [ 85%]

...per(this); //this.poke_a.x=0; } Laya.class(Panel1, "Panel1", _super); var _proto = Panel1.prototype; //======================================= //将指定的牌显示到桌面上 //======================================= _proto.start = function () { var tempReturnString = "101,201,301,401,501"; var ...

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

146. 1.5.0 LayaAir IDE发布UI资源缺失! [ 84%]

...    CLASS$(ABCPanelUI,'ui.abc.ABCPanelUI',_super);         var __proto__=ABCPanelUI.prototype;         __proto__.createChildren=function(){                          laya.ui.Component.prototype.createChildren.call(this);             this.createView(ABCPanelUI....

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

147. 不能成功调用 DiaLog Close 关闭方法 [ 84%]

...this.reset(); } // 注册 Start 类 Laya.class(Start,"Start",_super); var _proto = Start.prototype; // 初始化 UI 界面显示 _proto.reset = function(){ } _proto.onBeginClick = function(){ dialog.close(); restart(); } _proto.onLinkClick = function(){ alert("***"); } return Start; })(ui.StartUI);...

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

148. js执行once时如何改变执行域 [ 84%]

js执行once时如何改变执行域 _proto.onMsgCallBack = function () { this.kwxSocket.OnMessageCallBack=function(msg){ console.log("回调"+msg); var dataTemp = JSON.parse(msg); console.log(dataTemp.d); kwxGame.prototype.cardData = dataTemp.d; [b][i]Laya.timer.once(1000, this, this.onOncePiao); ...

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

149. 有人遇到GetType 的问题吗? laya2.0 [ 84%]

.../laya/q3_client/trunk/bin/libs/laya.physics.js:810:171)     at Physics.__proto._update (/Users/kahreman/laya/q3_client/trunk/bin/libs/laya.physics.js:1596:15)     at TimerHandler.__proto.run (/Users/kahreman/laya/q3_client/trunk/bin/libs/laya.core.js:8979:46)     at Timer.__proto._update (/Use...

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

150. 打飞机点开始游戏加载飞机动画不出来,点重新开始,才出来,新手求助! [ 84%]

... Hero.__super.call(this); this.fly(); } Laya.class(Hero,"Hero", Air); var _proto = Hero.prototype; _proto.fly = function() { this.playAction("fly") } })(); air类: (function() { function Air(type, hp) { this.hp = hp; this.type = type; this.body = null; Air.__super.call(this); this.init(); } Laya.c...

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