大约有 1,741 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
Laya_社区(1365) laya_api(90) Laya3.0_api(82) Laya2.0_api(72) Laya2.0_文档(59) Laya_示例(33) Laya2.0_示例(32) Laya3.0_文档(8)
...= Laya.Sprite, Event = Laya.Event; let coralRect = new Sprite(); coralRect.graphics.drawRect(0, 0, Laya.stage.width, Laya.stage.height / 2, "#FF7F50"); //设置名称 coralRect.name = "珊瑚色容器"; coralRect.size(Laya.stage.width, Laya.stage.height / 2); Laya.stage.addChild(coralRect); coralRec...
来源: Laya2.0_示例 发布时间: 20241118
...形 ### 一、用drawRect方法绘制矩形 在API中搜索`laya.display.Graphics`类可以查看到该API的各种矢量绘图方法。其中"drawRect();"方法用于绘制矢量矩形。该方法的详细说明如下图所示: ![图片](img/1.png) (图1) 下面我们用LayaAir引擎...
来源: Laya2.0_文档 发布时间: 20210715
...名字返回类对象。 ClassUtilsPublic Methods MethodDefined By addGraphicsToSprite(graphicO:Object, sprite:Sprite):void[static] 将graphic对象添加到Sprite上 ClassUtils addGraphicToSprite(graphicO:Object, sprite:Sprite, isChild:Boolean = false):void[static] 将graphic绘图指令添...
来源: laya_api 发布时间: 20170929
...x | Frames No Frames VertexParticleProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexParticleInheritanceVertexParticle ObjectImplements IVertex VertexPositionNormalColorTangent 类用于创建粒子顶点结构。 Public Properties PropertyDefined By ageAddScale : Number[re...
来源: laya_api 发布时间: 20170929
...用法 var Sprite = Laya.Sprite; var HitArea = Laya.HitArea; var Graphic = Laya.Graphics; var Event = Laya.Event; var Layer = Laya.Layer; var Rectangle = Laya.Rectangle; function layaSlot(info){ layaSlot.__super.call(this); this.size(200,200); this.g...
来源: Laya_社区 发布时间: 20170323
...形 ### 一、用drawRect方法绘制矩形 在API中搜索`laya.display.Graphics`类可以查看到该API的各种矢量绘图方法。其中"drawRect();"方法用于绘制矢量矩形。该方法的详细说明如下图所示: ![blob.png](img/1.png) (图1) 下面我们用LayaAir引...
来源: Laya2.0_文档 发布时间: 20210715
...求。 修改2.0版本 laya.html.js库里的代码__proto.renderSelfToGraphic=function(graphic,gX,gY,recList){ var cssStyle=this.style; var words=this._getWords(); var i=0,len=0; if (words){ len=words.length; var a; if (cssStyle){ var font=cssStyle.font; var color=cssStyle.color; if (cssStyle.str...
来源: Laya_社区 发布时间: 20190611
...canRead(): boolean Inherited from IndexBuffer3D.canRead Defined in laya/d3/graphics/IndexBuffer3D.ts:36 是否可读。 Returns boolean indexCount get indexCount(): number Inherited from IndexBuffer3D.indexCount Defined in laya/d3/graphics/IndexBuffer3D.ts:29 索引个数。 Returns number indexType...
来源: Laya3.0_api 发布时间: 20231115
...his.DEF_SIZE,this.DEF_SIZE) this.pos(200,200) this.cacheAs = "bitmap" this.graphics.drawPie(this.DEF_SIZE >> 1, this.DEF_SIZE >> 1, this.DEF_SIZE >> 1,-90,this.startY,'#ff0000') this.$circleSprite.blendMode = "destination-out" this.$circleSprite.pos(this.CIRCLE_WIDTH >> 1,thi...
来源: Laya_社区 发布时间: 20180123
...neColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 如何清除graphics绘制的矢量图 使用滤镜、遮罩、或者绘制频率很高的时候回出现黑屏闪烁 webgl 绘制graphics出报错 如何给Sprite的graphics绘制的线条添加发光滤镜? 小游戏开放数据域...
来源: Laya_社区 发布时间: 20180327