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

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

11. Sprite-新手引导 [ 61%]

...Child(interactionArea); // 设置叠加模式 interactionArea.blendMode = "destination-out"; // 设置点击区域 hitArea = new Laya.HitArea(); hitArea.hit.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000"); guideContainer.hitArea = hitArea; guideContainer.mouseEnabled = true; tipContainer...

来源: Laya2.0_示例 发布时间: 20250222

12. iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 [ 61%]

...his.interactionArea = new Laya.Sprite(); this.interactionArea.blendMode = "destination-out"; this.guideContainer.addChild(this.interactionArea); this.guideHitArea = new Laya.HitArea(); this.guideHitArea.hit.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); this.guideContainer.hitArea =...

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

13. 请问引擎中是否支持类似Flash中擦除效果 BlendMode.ERASE [ 52%]

...分享 微博 QZONE 微信 wyg3732630 赞同来自: webGl 下 blendMode = "destination-out";出现黑块的问题 需要怎么解决?   2017-12-22 0 1 分享 微博 QZONE 微信 Laya_XS 赞同来自: 你参考上面的地址,有个地方需要设置成cacheas为bitmap就可以了。 2017-12-23 ...

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

14. 新手引导在ios浏览器表现异常 [ 43%]

...new Laya.Sprite();             interactionArea.blendMode = "destination-out";             this.guideContainer.addChild(interactionArea);             this.guideHitArea = new Laya.HitArea();             this.guideHitArea.hit.drawRect(0, 0, Laya.s...

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