大约有 323 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(98) Laya3.0_api(64) Laya2.0_api(59) laya_api(55) Laya2.0_示例(16) Laya_示例(15) Laya2.0_文档(12) Laya3.0_文档(4)
...;' +'</foreignObject>' +'</svg>';var sp = new Laya.Sprite();sp.loadImage(data, 0, 0, 200, 200);Laya.stage.addChild(sp); 这段代码无法使用 附件 : --> svg.zip 2019-03-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20190306
...用问题-解决办法 1.7.20beta有bug,帧属性面板打不开 image loadimage 加载网络图片BUG 问题状态 最新活动: 2023-08-09 11:07 浏览: 5340 关注: 2 人 买包的小当家 • 2023-08-09 14:51 嗯我现在就是自己repaint的。但是如果官方能弄的话。肯定比这...
来源: Laya_社区 发布时间: 20230718
...{ let list = new Laya.Sprite(); list.width = 600 ; list.height = 155; list.loadImage('xxx.png'); //此处无论是这样给 list.on(Laya.Event.CLICK, this, () => { console.log(413132131) }) //还是在handler中去渲染,都会滚动不了 txArray.push(list);} storeTxList.array = txArray; La...
来源: Laya_社区 发布时间: 20190711
...的链接 提交 1 个回复 JDL1807996924 赞同来自: qq372035010 img.loadImage("url",0,0,view.width,view.height) 2017-07-10 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 twovs 相关问题 matter中layasprite怎么改变图片大小...
来源: Laya_社区 发布时间: 20170710
...ded)); } private function onLoaded():void { var sp:Sprite=new Sprite(); sp.loadImage('bg.png'); Laya.stage.addChild(sp); }在地图加载完成的回调里去加新的显示对象,是addChild地图之上的! 2017-05-26 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20170526
...'I like ' + '' + 'cheese' + '' + '' + ''; var sp:Sprite = new Sprite(); sp.loadImage(data,0,0,200,200); Laya.stage.addChild(sp); } } } ``` 通过data来当做url传递给loadImage这个方法引擎就会帮我们加载并解码显示出来。loadImage这个方法中的参数不仅仅接收地址形...
来源: Laya2.0_文档 发布时间: 20210715
...Ape(); applayFilter(); } function createApe() { ape = new Sprite(); ape.loadImage(apePath); var texture = Laya.loader.getRes(apePath); ape.x = (Laya.stage.width - texture.width) / 2; ape.y = (Laya.stage.height - texture.height) / 2; Laya.stage.addChild(ape); } function applayFilter() { /...
来源: Laya_社区 发布时间: 20181012
... var sp:Sprite = new Sprite(); sp.loadImage(url); addChild(sp); sp.pos(100, 200); trace("url=" + url);//blob:file%3A///1c4effc4-4022-4ab5-8feb-e39ff76b7410 trace(sp.width);//0...
来源: Laya_社区 发布时间: 20170417
...oken localhost/:1 WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost obj.loadImage( undefined ,0,0 ,0,0 );报错: Uncaught TypeError: Cannot read property 'indexOf' of undefined ...待续 2017-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20171021
...ion创建时无法获取高度 var roleAni = new Laya.Animation(); roleAni.loadImages( this.aniUrls( v1, v2, tip, frames ) ).play(); roleAni.pos(x,y); this.root.addChild( roleAni ); roleAni.pivotY = roleAni.getBounds().height; console.log("---> ", roleAni.getBounds() ); 打印为 ---> Rectang...
来源: Laya_社区 发布时间: 20170824