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

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

21. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 98%]

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

22. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 98%]

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

23. 如何降低graphics绘制产生的drawcall [ 98%]

如何降低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

24. laya.ui.AutoBitmap [ 97%]

...| Methods Packagelaya.uiClasspublic class AutoBitmapInheritanceAutoBitmap Graphics Object AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Public Properties Hide Inherited Public Properties Show Inherited...

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

25. 请问这是原因? [ 97%]

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

26. laya.ui.AutoBitmap [ 97%]

...| Methods Packagelaya.uiClasspublic class AutoBitmapInheritanceAutoBitmap Graphics Object AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。 Public Properties Hide Inherited Public Properties Show Inherited...

来源: laya_api 发布时间: 20170929

27. graphic能不能绘制圆形边框 [ 97%]

graphic能不能绘制圆形边框 绘制一个圆形的边框,单单一个边框就可以,假如用给一张小图片跟此边框进行碰撞检测,与边框碰撞为true ,当小图片位于圆形边框里面,碰撞检测为false 2017-05-09 添加评论 免费帖 --> 分享 微博 QZONE ...

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

28. LayaAir graphics透明度无效? [ 97%]

LayaAir graphics透明度无效? Sprite对象使用graphics画圆,然后获取Sprite的width,height属性,居然还是0,晕,这正常??? 还有啊,graphics.alpha(0.5)设置图形透明度无效哦。怎么回事? 查看了api是这样的啊。。 2016-10-26 添加评论 免费...

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

29. laya.d3.graphics.VertexDeclaration_API3.0 [ 97%]

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

30. laya.display.Graphics [ 97%]

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

来源: laya_api 发布时间: 20170929