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

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

31. laya.d3.graphics.VertexElement_API3.0 [ 97%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/VertexElement" VertexElement Class VertexElement VertexElement 类用于创建顶点结构分配。 Hierarchy VertexElement Index Constructors constructor Accessors elementFormat elementUsage offset Constructors cons...

来源: Laya3.0_api 发布时间: 20231102

32. graphics 绘制线条粗细不一样 [ 97%]

graphics 绘制线条粗细不一样 rt webgl 模式下 graphics 绘制线条粗细一样 canvas 正常 版本最新 this.graphics.drawRect(0,0,100,100,null,"#000000",2) 效果: 代码:             var sp:Sprite = new Sprite();             this.addChild(sp);          ...

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

33. laya.d3.graphics.batch.RenderElementBatch_API3.0 [ 97%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/Batch/RenderElementBatch" RenderElementBatch Class RenderElementBatch Hierarchy RenderElementBatch Index Constructors constructor Properties instance Methods batch recoverData Constructors constructor new RenderEleme...

来源: Laya3.0_api 发布时间: 20231115

34. 分享:使用 graphics.clipRect 的注意事项 [ 97%]

分享:使用 graphics.clipRect 的注意事项 1、使用graphics.clipRect之后报错?   比较简单的项目使用clipRect的时候可能不会报错,一旦报错,那么就是使用的方式不对。    使用clipRect需要注意的是:必须要先调用save(),用完之后也必...

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

35. graphics alpha 问题 [ 97%]

graphics alpha 问题 var aa:Sprite = new Sprite(); Laya.stage.addChild(aa); var g:Graphics = aa.graphics; g.alpha(0.5); g.drawRect(0,0,200,200,"#ff0000");     g. alpha()这个方法有bug吧,设置之后出现的结果不对,并不是设定的透明度!!   !!而且有个很有意...

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

36. graphics如何绘制阴影 [ 96%]

graphics如何绘制阴影 graphics.drawLine可以绘制带阴影的线条吗? 2017-12-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 再画一条线,在它后面显示就可以了...

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

37. 怎么调整graphics.drawRect画出矩形的层级关系 [ 96%]

怎么调整graphics.drawRect画出矩形的层级关系 使用graphics.drawRect画出矩形,怎么调整其在界面里的层级关系 2018-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来...

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

38. UI编辑界面中的Graphics(续) [ 96%]

UI编辑界面中的Graphics(续) 添加在Sprite上的Graphics无法获取(但Graphics上有个name属性)?需要改变这个Graphics只能通过Sprite重新draw? 2018-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

39. laya.display.Graphics [ 96%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames GraphicsProperties | Methods Packagelaya.displayClasspublic class GraphicsInheritanceGraphics Object Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者矢量图,还可以结合save...

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

40. graphics.drawTexture 有问题,紧急! [ 96%]

graphics.drawTexture 有问题,紧急! 我想实现一个矢量画图功能,但是单纯的使用graphics.drawLine会发现DrawCall的指数会不断增多,为了优化相处了一个方案。   没画完一条线都将此画布drawToCanvas转成一个Texture,再clear这个画布,然...

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