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

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

41. laya.display.cmd.DrawTextureCmd [ 74%]

...rtyDefined By  alpha : Number (可选)透明度。 DrawTextureCmd  blendMode : String (可选)混合模式。 DrawTextureCmd  color : String (可选)颜色滤镜。 DrawTextureCmd  colorFlt : ColorFilter = nullDrawTextureCmd  height : Number (可选)高度。 DrawTextureCmd...

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

42. laya.display.cmd.DrawTrianglesCmd [ 73%]

...Properties PropertyDefined By  alpha : Number alpha DrawTrianglesCmd  blendMode : String blend模式 DrawTrianglesCmd  color : ColorFilter 颜色变换 DrawTrianglesCmd  indices : Uint16Array 顶点索引。 DrawTrianglesCmd  matrix : Matrix 缩放矩阵。 DrawTrianglesCmd  texture : T...

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

43. 图片如何能实现按照弧度360度的裁剪? [ 72%]

... = 80; pMask.graphics.drawPie(45, 45, radius, angle, 90, "#000000"); pMask.blendMode = "destination-out"; 2019-06-15 0 0 分享 微博 QZONE 微信 王壮壮 赞同来自: https://blog.csdn.net/wangjianwanxiao/article/details/79653572   我以前写的。直接改一下就能直接用 2019-06-15 0...

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

44. Laya 1.7.14beta 引擎现在在ios系统上运行。游戏会出现显示异常 [ 71%]

...问问有哪个碰到类似的问题啊?在ios 14系统都会出现。 BlendMode.BlendAdd=function(gl){             // gl.blendFunc(/*laya.webgl.WebGLContext.ONE*/1,/*laya.webgl.WebGLContext.DST_ALPHA*/0x0304);             gl.blendFunc(/*laya.webgl.WebGLContext.ONE*/1,/*lay...

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

45. 时间轴编辑器 无法对Image节点的 x以外的属性进行key帧 [ 70%]

...GraphicNode, 的确可以进行key帧, 但是 GraphicNode 无法调整其blendmode   问题: 如何可以进行key帧的同时 调整blendmode? 2018-03-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ffxhina 相关问题 2.0一不小...

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

46. 想做图片混合效果,但是发现canvas绘图的bug太多 [ 68%]

...帮忙一下。看到底是怎么回事。 首先我试了设置Sprite的blendMode,发现没有效果, 然后我试了HTMLCanvas的context,设置globalCompositeOperation=difference,然后drawTexture后再getTexture,layacore里报错。 再然后我想使用HTML原始的canvas,那么我...

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

47. 其他引擎的Demo-Example_23 [ 68%]

...caleX = dist / 20; laser.pos(pos1.x, pos1.y); laser.pivotY = 43 / 2; laser.blendMode = "lighter"; laser.rotation = (Math.atan2(distY, distX) + Math.PI) * 180 / Math.PI; lasers.push(laser); Laya.stage.addChild(laser); frequency *= 0.9; } for (var i = 0; i 60 * 0.3) { laser.alpha *= 0.9; laser.scaleY ...

来源: Laya_示例 发布时间: 20241118

48. 其他引擎的Demo-Example_23 [ 68%]

...caleX = dist / 20; laser.pos(pos1.x, pos1.y); laser.pivotY = 43 / 2; laser.blendMode = "lighter"; laser.rotation = (Math.atan2(distY, distX) + Math.PI) * 180 / Math.PI; lasers.push(laser); Laya.stage.addChild(laser); frequency *= 0.9; } for (let i = 0; i 60 * 0.3) { laser.alpha *= 0.9; laser.scaleY ...

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

49. laya.display.Graphics [ 66%]

...t:Number = 0, matrix:Matrix = null, alpha:Number = 1, color:String = null, blendMode:String = null):DrawTextureCmd 绘制纹理,相比drawImage功能更强大,性能会差一些 Graphics  drawTextures(texture:Texture, pos:Array):DrawTexturesCmd 批量绘制同样纹理。 Graphics  drawTrian...

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

50. 类似抠图、挖空效果的实现 [ 65%]

...50);             //设置叠加模式             circle.blendMode = "destination-out";             box.addChild(circle);                                      var area:HitArea = new HitArea();             area.hit.drawRect(0, 0, 500, 500...

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