大约有 478 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0051 秒)
Laya_社区(257) Laya3.0_api(65) laya_api(64) Laya2.0_api(59) Laya2.0_文档(12) Laya2.0_示例(8) Laya_示例(8) Laya3.0_文档(5)
...ap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 layout.graphics.drawTexture(canvas); 一定要加上alwaysChange=true 2018-08-13 1 3 分享 微博 QZONE 微信 君仔 赞同来自: 朋友~,我想问哈,在微信排行版里面,给list写好的数据,可以重新渲染...
来源: Laya_社区 发布时间: 20180812
...peError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' TypeError: Laya.MovieClip is not...
来源: Laya_社区 发布时间: 20190418
...面只有alpha有效果,scalex和scaley没有变化,怎么回事啊? Graphics alpha setAlpha setFilters 等设置无效 [LayaAirIDE 1.7.19]Image平铺模式下,设置alpha值,效果不正确。 2.0版本IDE,alpha属性怎么不见了 做好的spine动画 添加tweento动画,设置alpha...
来源: Laya_社区 发布时间: 20180917
...peError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' 添加组件PhysicsCollider 时...
来源: Laya_社区 发布时间: 20181210
...chImg) //点击事件 Laya.stage.addChild(img); function switchImg() { img.graphics.clear(); //清除绘制 var imgUrl = (this.flag = !this.flag) ? this.img1 : this.img2; img.loadImage(imgUrl, 100, 100) } }这是官方的切换位图的示例,但是点击位图距离容器top和left100的区域,...
来源: Laya_社区 发布时间: 20180502
...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。UIComponent height : Number[override] TextArea...
来源: Laya2.0_api 发布时间: 20190513
关于getGraphicBounds的代码原理 edit: 看了好久,现在_getCmdPoints大概明白了,就是根据绘图cmd列表,计算不同的边框,放到一起。 现有还两个疑问: 代码最后这里: 为什么rst超过200长的时候,直接取了边框,而8~200之间却算...
来源: Laya_社区 发布时间: 20170828
...waysChange = true;//小游戏使用,非常费,每帧刷新 rankSprite2.graphics.drawTexture(rankTexture, 0, 0, rankTexture.width, rankTexture.height); Laya.stage.addChild(rankSprite2); }); 希望官方可以给个微信小游戏排行榜2.0的demo 附件 : --> 2019-01-15 添加评论 免费...
来源: Laya_社区 发布时间: 20190115
...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。UIComponent height : Number[override] 显示...
来源: Laya2.0_api 发布时间: 20190513
...导入了一个Atlas序列图,从里面取出texture,然后用sprite的graphics.drawTexture显示。为什么会有多个draw? 2016-08-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: ...
来源: Laya_社区 发布时间: 20160816