大约有 900 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0071 秒)
...台 Laya.loader.load(this.monkey2,Laya.Handler.create(this,graphicsImg)); function graphicsImg(){ var img = new Laya.Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTexture(Laya.loader.getRes(this.monkey2),100,50); //添加到舞台 Laya.stage.addChild(img); }求教一下Promise方...
来源: Laya_社区 发布时间: 20170825
...))debugger;//在此行会自动断点 ================== AS: setName(123); function setName(name:String):void { trace(name); } JS: function setName (name){ if(!__DEBUGTYPE__(name,'String'))debugger;//在此行会自动断点 trace(name); } =================== AS: var asString:String = asObj as Strin...
来源: Laya_社区 发布时间: 20151203
... = Laya.WebAudioSoundChannel.prototype; /** *播放声音 */ _proto.play = function () { // if (this.url.indexOf("music.d") != -1) { // console.log("play", this.url) // console.trace("play", this.url) // } Laya.SoundManager.addChannel(this); this.isStopped = false; this._clearBufferSource(); if (!th...
来源: Laya_社区 发布时间: 20201014
... btCollisionObject undefined 导微信小程序报错window.focus is not a function runtime运行报错! 用了ByteArray的zlib.min.js后报错 laya2 发布微信开放域工程,用微信开发者工具打开报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promis...
来源: Laya_社区 发布时间: 20190906
...axUI.ts有前缀导致报错 导微信小程序报错window.focus is not a function [分享]Dialog 点击边缘不关闭的 Demo示例 官网示例摇一摇报错,就解决方案 问题状态 最新活动: 2017-11-21 20:48 浏览: 591 关注: 2 人 lifereset • 2017-11-21 21:58 就是closeall的...
来源: Laya_社区 发布时间: 20171121
... 微信小游戏编译报错 导微信小程序报错window.focus is not a function 2.2.0beta4,微信上动态合批报错. IDE通过.ui自动生成的ui代码报错 问题状态 最新活动: 2017-01-26 10:03 浏览: 1951 关注: 2 人 Laya_XS • 2017-01-26 14:51 有问题再提问!
来源: Laya_社区 发布时间: 20170125
...xture2D.load("res/threeDimen/Physics/rocks.jpg", Laya.Handler.create(this, function (tex) { this.mat1.albedoTexture = tex; })); //平面加载 let plane = this.scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createPlane(10, 10, 10, 10)));...
来源: Laya_社区 发布时间: 20201127
...败信息,但貌似没有效果的: this.avatar.on(Event.ERROR, this, function() { console.log('loaded fail'); }); 2017-09-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ybs1905com 赞同来自: 看下API...
来源: Laya_社区 发布时间: 20170928
...in是一个续承于该页面相对应生成的View类的子类里的一个function。 在我实际运行时一点击该按钮,就报出 "toLogin is not defined" 附件 : --> 2017-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20171205
... btCollisionObject undefined 导微信小程序报错window.focus is not a function 启动引擎报错 mPlugin.game_plugin_init(3); 官网示例摇一摇报错,就解决方案 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 小游戏项目 加载有中文的json文件 ...
来源: Laya_社区 发布时间: 20181128