大约有 1,691 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)
Laya_社区(1357) Laya3.0_api(107) laya_api(68) Laya2.0_api(68) Laya2.0_文档(65) Laya3.0_文档(13) Laya_示例(8) Laya2.0_示例(5)
HTMLCanvas截屏后保存成texture问题 通过:htmlCanvas.getTexture()获得的纹理,给sprite后,舞台上看不到。只有两个打印信息 EXT:webgl support OES_vertex_array_object! RenderTexture: unkonw depth format. 附件 : --> 2019-07-15 添加评论 免费帖 --> 分享 微博 ...
来源: Laya_社区 发布时间: 20190715
如何把一个像素数组生成一张texture2D 我的项目里自己获取了需要的像素矩阵,但我不知道如何将这些uint8Array像素数组去创建一张texture2d,也没有在官网api找到办法,请帮助我。 2018-09-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20180906
关于微信小游戏渲染子域图的问题 new Texture(Browser.window.sharedCanvas); 上面这句报错: gameThirdScriptError value._addReference is not a function TypeError: value._addReference is not a function at Texture.<anonymous> (http://127.0.0.1:10656/game/js/bundle.js:1518...
来源: Laya_社区 发布时间: 20181123
...te; import laya.maths.Matrix; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class LayaAirDemo { public function LayaAirDemo() { Laya.init(700,600); Laya.loader.load('res/apes/monkey2.png',Handler.create(this,onLoaded)) } private function onLoaded():void { va...
来源: Laya_社区 发布时间: 20170414
...ge(); imgBig.skin="big.jpg"; let imgCut:Laya.Image=new Laya.Image(); let texture:Laya.Texture=Laya.Texture.create(imgBig,0,0,100,100); imgCut.texture=texture; Laya.stage.addChild(imgCut); 2019-04-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20190427
...下是原文的代码,也是我疑问的地方:// 方法2:使用drawTexture Laya.loader.load("../../../../res/apes/monkey2.png", Handler.create(this, function():void { var t:Texture = Laya.loader.getRes("../../../../res/apes/monkey2.png"); var ape:Sprite = new Sprite(); ape.graphics.drawTextur...
来源: Laya_社区 发布时间: 20170804
...g = !this.flag)? this.monkey2:this.monkey1; //获取图片资源 var texture:Laya.Texture = Laya.loader.getRes(imgUrl); //绘制纹理 this.img.graphics.drawTexture(texture); //设置纹理宽高 this.img.size(texture.width, texture.height); <!-- 我想把加粗部分换成 ...
来源: Laya_社区 发布时间: 20180226
...is,function():void{ var htmlC:HTMLCanvas=sp.drawToCanvas(200,200,0,0); var texture:Texture=new Texture(htmlC); var sp2:Sprite=new Sprite(); sp2.graphics.drawTexture(texture,100,100,100,100); sp2.pos(300,0); Laya.stage.addChild(sp2); })注意加个延迟,1-2帧左右即可! 2018-04-03 0 0 分享 ...
来源: Laya_社区 发布时间: 20180403
Texture.getPixels在手机真机Native环境中会报错 将游戏打包成APK后在真机或者手机模拟器中运行时,对纹理使用getPixels会引发报错!因为是必现所以没有提供DEMO了 getPixels(x, y, width, height) { if (window.conch) { ...
来源: Laya_社区 发布时间: 20220317
BoneSlot 对象 showSlotData 无效 texture 替换后显示错误! 骨骼动画里有没有办法直接替换显示数据和纹理? 代码这样赋值不显示 调用一次 _slot.currTexture = tex; 则显示错乱。 附件 : --> 2018-05-07 添加评论 悬赏 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180507