大约有 718 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0045 秒)
Laya_社区(510) Laya3.0_api(67) Laya2.0_api(61) laya_api(55) Laya2.0_文档(13) Laya2.0_示例(7) Laya3.0_文档(3) Laya_示例(2)
....loader.getRes(url); var ape:Laya.Sprite = new Laya.Sprite(); ape.graphics.drawTexture(t,0,0); Laya.stage.addChild(ape); ape.pos(200,0); } ``` 第三种我们直接创建一个纹理来 ```typescript private completeHandler(data:Object):void{ //加载完成返回的data是arraybuffer; //......这...
来源: Laya2.0_文档 发布时间: 20210714
...HTMLCanvas的context,设置globalCompositeOperation=difference,然后drawTexture后再getTexture,layacore里报错。 再然后我想使用HTML原始的canvas,那么我该如何把Sprite中drawToTexture出的Texture画到canvas里面呢?我只找到了一个drawImage方法,参数类型...
来源: Laya_社区 发布时间: 20210627
...导出刚体动画无效 lh文件内meshSprite添加阴影属性无效 2.0 drawTexture color参数无效 matter.js mouseconstraint在微信小游戏中无效 1.7.20beta有bug,帧属性面板打不开 atlas目录下.json文件与.atlas的区别 问题状态 最新活动: 2017-09-07 10:04 浏览: 87...
来源: Laya_社区 发布时间: 20170906
...图片优化 场景切换造成的FPS下降的优化思路请教 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, 问题状态 最新活动: 2018-05-08 19:30 浏览: 2695 关注: 6 人 waterworld007 • 2017-01-04 16:32 附件已上传
来源: Laya_社区 发布时间: 20170102
...ure = Laya.loader.getRes(url); var ape:Sprite = new Sprite(); ape.graphics.drawTexture(t,0,0); Laya.stage.addChild(ape); ape.pos(200, 0); } ``` 第三种我们直接创建一个纹理来 ```java private function completeHandler(data:Object):void { //加载完成返回的data是arraybuffer; //........
来源: Laya2.0_文档 发布时间: 20210714
...r: Class constructor Sprite cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function Cannot read property 'events' of undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor Uncaught TypeError: GlowFi...
来源: Laya_社区 发布时间: 20190418
...Texture = new Texture(htmlCanvas); var b:Sprite = new Sprite(); b.graphics.drawTexture(texture); a.graphics.clear(true); a.destroy(); a = b; } a.graphics.drawRect(10*i, 10*j, 10, 10, "#ff0000"); count++; } } 2018-11-13 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20181113
...Texture = new Texture(htmlCanvas); var b:Sprite = new Sprite(); b.graphics.drawTexture(texture); a.graphics.clear(true); a.destroy(); a = b; } a.graphics.drawRect(10*i, 10*j, 10, 10, "#ff0000"); count++; } } 2018-11-13 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20181113
...e:Texture=new Texture(htmlCanvas); var sp:Sprite=new Sprite(); sp.graphics.drawTexture(texture,0,0,100,100); Laya.stage.addChild(sp); sp.x=200; } } } 2017-07-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Funkyfun 相关问题 两个...
来源: Laya_社区 发布时间: 20170704
...ht TypeError: tex.once is not a function at Graphics.__proto.drawTexture (laya.core.js:1438) at onloaded (laya.core.js:1737) at Graphics.__proto.loadImage (laya.core.js:1733) at Function.Animation.createFrames (laya.core.js:18203) ...
来源: Laya_社区 发布时间: 20171015