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

大约有 478 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0051 秒)

421. 微信开放域排行榜滑动list滑动没反应 [ 54%]

...ap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 layout.graphics.drawTexture(canvas);   一定要加上alwaysChange=true 2018-08-13 1 3 分享 微博 QZONE 微信 君仔 赞同来自: 朋友~,我想问哈,在微信排行版里面,给list写好的数据,可以重新渲染...

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

422. TypeError: Cannot read property 'm_jointList' of null [ 54%]

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

423. 我可以说2.0连alpha都达不到吗 [ 54%]

...面只有alpha有效果,scalex和scaley没有变化,怎么回事啊? Graphics alpha setAlpha setFilters 等设置无效 [LayaAirIDE 1.7.19]Image平铺模式下,设置alpha值,效果不正确。 2.0版本IDE,alpha属性怎么不见了 做好的spine动画 添加tweento动画,设置alpha...

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

424. TypeError: Cannot read property '_layer' of null; at Function.FrustumCulling.renderObjectCulling [ 54%]

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

425. 切换位图,点击图片距离容器的区域也会触发点击事件 [ 54%]

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

426. laya.ui.TextArea [ 54%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。UIComponent  height : Number[override] TextArea...

来源: Laya2.0_api 发布时间: 20190513

427. 关于getGraphicBounds的代码原理 [ 54%]

关于getGraphicBounds的代码原理 edit:   看了好久,现在_getCmdPoints大概明白了,就是根据绘图cmd列表,计算不同的边框,放到一起。   现有还两个疑问: 代码最后这里:   为什么rst超过200长的时候,直接取了边框,而8~200之间却算...

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

428. laya2.0做微信小游戏排行榜功能时报错 [ 54%]

...waysChange = true;//小游戏使用,非常费,每帧刷新 rankSprite2.graphics.drawTexture(rankTexture, 0, 0, rankTexture.width, rankTexture.height); Laya.stage.addChild(rankSprite2); });   希望官方可以给个微信小游戏排行榜2.0的demo 附件 : --> 2019-01-15 添加评论 免费...

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

429. laya.ui.Panel [ 54%]

...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite gray : Boolean 是否变灰。UIComponent  height : Number[override] 显示...

来源: Laya2.0_api 发布时间: 20190513

430. Laya的DrawCall问题,同一个atlas为什么会有多个draw? [ 54%]

...导入了一个Atlas序列图,从里面取出texture,然后用sprite的graphics.drawTexture显示。为什么会有多个draw? 2016-08-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: ...

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