大约有 1,741 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(1365) laya_api(90) Laya3.0_api(82) Laya2.0_api(72) Laya2.0_文档(59) Laya_示例(33) Laya2.0_示例(32) Laya3.0_文档(8)
...LayaAir引擎支持的示例:** ```java var sp:Sprite=new Sprite(); sp.graphics.beginFill(0xFFFF00); sp.graphics.drawRect(0,0,200,200); sp.graphics.endFill(); addChild(sp); var mask:Sprite=new Sprite(); mask.graphics.beginFill(0xFF0000); mask.graphics.drawCircle(0,0,50); mask.pos(100,100) mask.gra...
来源: Laya2.0_文档 发布时间: 20191206
...LayaAir引擎支持的示例:** ```java var sp:Sprite=new Sprite(); sp.graphics.beginFill(0xFFFF00); sp.graphics.drawRect(0,0,200,200); sp.graphics.endFill(); addChild(sp); var mask:Sprite=new Sprite(); mask.graphics.beginFill(0xFF0000); mask.graphics.drawCircle(0,0,50); mask.pos(100,100) mask.gra...
来源: Laya2.0_文档 发布时间: 20210714
如何降低graphics绘制产生的drawcall for (var i = 0; i < 100; i++) { for (var j = 0; j < 100; j++) { img.graphics.drawRect(i, j, 2, 2, "#CD5C5C"); } } 这样绘制会有10000个drawcall 官方有能降低drawcall...
来源: Laya_社区 发布时间: 20200323
...| Methods Packagelaya.uiClasspublic class AutoBitmapInheritanceAutoBitmap Graphics Object AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Public Properties Hide Inherited Public Properties Show Inherited...
来源: Laya2.0_api 发布时间: 20190513
...博 QZONE 微信 133*****579 赞同来自: package { import laya.display.Graphics; import laya.display.Sprite; import laya.events.Event; import laya.maths.Point; import laya.utils.Browser; import laya.webgl.WebGL; import laya.wx.mini.MiniAdpter; public class LayaSample { public var sprite:Sprite = n...
来源: Laya_社区 发布时间: 20190515
...| Methods Packagelaya.uiClasspublic class AutoBitmapInheritanceAutoBitmap Graphics Object AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Public Properties Hide Inherited Public Properties Show Inherited...
来源: laya_api 发布时间: 20170929
graphic能不能绘制圆形边框 绘制一个圆形的边框,单单一个边框就可以,假如用给一张小图片跟此边框进行碰撞检测,与边框碰撞为true ,当小图片位于圆形边框里面,碰撞检测为false 2017-05-09 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20170509
LayaAir graphics透明度无效? Sprite对象使用graphics画圆,然后获取Sprite的width,height属性,居然还是0,晕,这正常??? 还有啊,graphics.alpha(0.5)设置图形透明度无效哦。怎么回事? 查看了api是这样的啊。。 2016-10-26 添加评论 免费...
来源: Laya_社区 发布时间: 20161026
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/VertexDeclaration" VertexDeclaration Class VertexDeclaration VertexDeclaration 类用于生成顶点声明。 Hierarchy VertexDeclaration Index Constructors constructor Accessors id vertexElementCount vertexStride Me...
来源: Laya3.0_api 发布时间: 20231102
...I DocumentationAll Packages | All Classes | Index | Frames No Frames GraphicsProperties | Methods Packagelaya.displayClasspublic class GraphicsInheritanceGraphics ObjectSubclasses AutoBitmap, GraphicsGL Graphics 类用于创建绘图显示对象。Graphics可以同时绘制多个位图或者...
来源: laya_api 发布时间: 20170929