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

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)

3351. laya.filters.GlowFilter_API3.0 [ 53%]

...e getBlurInfo2Native getColorNative _filter Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

3352. JS的WebGL模式下使用Laya.Video报跨域错误 [ 53%]

...ce/2.webm'; var video = new Laya.Video(); video.on('loadedmetadata', this, function() { console.info(video.width + ',' + video.height); Laya.stage.addChild(video); video.play(); }); video.load(video_url); Laya版本是1.7.4Beta Chrome 58下运行报错   laya.device.js增加跨域属性后解决  ...

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

3353. readUTFBytes error - Out of bounds [ 53%]

...区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); if (len==0)return ""; var lastBytes=this.bytesAvailable; if (len > lastBytes)throw "readUTFBytes error - Out of bounds"; len=len > 0 ? len :lastBytes; return this.rUTF(le...

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

3354. list的Handler.create的点击事件第二次点击不生效 [ 53%]

...dler.create(this,onRender, null, false);//滚动列表点击事件 private function onRender(index:int):void{ list.setItem(lastSelect,arrConver(lastSelect,false));//取消选中效果 list.setItem(index,arrConver(index,true));//添加选中效果 trace("_cardItems",_cardItems);//打印数组 }   ...

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

3355. 新手引导 挖洞 不用 cacheAs="bitmap" 希望能帮助那些和我一样有需求的码农!你好我好大家好才是真的好!请各位大佬批评指教! [ 53%]

...    image.src = "res/atlas/pixel.png";         image.onload = function()         {             // 界面上按钮所在的位置以及按钮的宽高             drawImage(image, 462, 194, 156, 48, 0); // 调用绘图以及 挖洞         }    ...

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

3356. MovieClip 给SWF播放的对象 [ 53%]

...RM  (0x02) 导致的,请问到底是哪个才对啊? Sprite.as public function set transform(value:Matrix):void { this._tfChanged = false; var m:Matrix = this._transform || (this._transform = _createTransform()); value.copyTo(m); _setTransform(m); //设置transform时重置x,y if (value) { _x =...

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

3357. zip更新中updateByZip()方法的使用 [ 53%]

...开发,直接写在代码中会报错,报错内容是:updateByZip is not a function(系统类库用的是1.7.12),调用这个函数的时候前面是用什么对象调用的呢?需要导入什么包吗?   附件 : --> 2017-12-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

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

... 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

3359. 执行了这个 Laya.timer.clear(this, this.onLoop);还是会继续执行onLoop [ 53%]

...代码如下 hit事件执行效率探讨 执行回调函数时报is not a function 怎样跨页面执行脚本命令? Laya.loader.create 进度回调函数执行两次 注册函数里面 事件侦听函数的执行域 的详解 问题状态 最新活动: 2018-04-11 19:17 浏览: 810 关注: 2 人 ...

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

3360. laya.d3.core.render.command.DrawRenderCMD_API3.0 [ 53%]

...tor material destroy recover run setContext Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Inherited method

来源: Laya3.0_api 发布时间: 20231115