大约有 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)
...s No Frames VertexPositionNormalColorProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorInheritanceVertexPositionNormalColor ObjectImplements IVertex VertexPositionNormalColor 类用于创建位置、法线、颜色顶点结构。 Public Properties PropertyDefi...
来源: laya_api 发布时间: 20170929
...es No Frames VertexPositionNTBTextureProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNTBTextureInheritanceVertexPositionNTBTexture ObjectImplements IVertex VertexPositionNormalTexture 类用于创建位置、法线、纹理顶点结构。 Public Properties PropertyDefi...
来源: laya_api 发布时间: 20170929
...No Frames VertexPositionNormalTextureProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTextureInheritanceVertexPositionNormalTexture ObjectImplements IVertex VertexPositionNormalTexture 类用于创建位置、法线、纹理顶点结构。 Public Properties Proper...
来源: laya_api 发布时间: 20170929
如何绘制圆角矩形? 有没有绘制圆角的graphics API? 2017-01-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: 参考Demo绘制各种形状,把最后一行代...
来源: Laya_社区 发布时间: 20170119
...dth/2,Browser.clientHeight/2); Laya.stage.addChild(this.aimSp); this.aimSp.graphics.drawRect(0,0,this.aimSp.width,this.aimSp.height,"#333333"); this.monkeyTexture = Laya.loader.getRes("res/apes/monkey3.png"); this.aimSp.graphics.drawTexture(this.monkeyTexture,0,0,this.monkeyTexture.width,this.monkey...
来源: Laya2.0_示例 发布时间: 20241118
用graphics画的圆点,点击圆点获取数据,为何反应这么慢,附上demo求解答 附件 : --> test1.rar 2017-12-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: melody052...
来源: Laya_社区 发布时间: 20171213
[LayaAir3]Laya3.x graphics.drawCurves 闪烁的问题 Laya3试了十几个版本, 划线:graphics.drawLines 删除显示的数据中的数据时,不闪烁 graphics.drawCurves 删除显示的数据中的数据时,闪烁。 如果不删除,就不闪烁。 能解决吗? 我需要用d...
来源: Laya_社区 发布时间: 20241008
Sp.graphics.drawTexture()中的color参数使用的时候,会概率性导致整个场景中的节点颜色改变成我们使用过的颜色。 没有进行其他操作 Sp.graphics.drawTexture(_PreloadUrl._list.texture.brushworkCommon.texture, pointArr[index].x - this.DrawControl.radiu...
来源: Laya_社区 发布时间: 20201103
...rgba颜色吗 layabox支持rgba颜色吗?我试了一下new Laya.Sprite().graphics.drawCircle(0, 0, 4, 'rgba(0,0,0,0.1)', '#fff', 3),页面显示是的填充色是黑色 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20170215
请教文档中Graphic.drawTextures方法第二个参数的具体参数格式 Graphic drawTextures () method public function drawTextures(tex:Texture, pos:Array):void批量绘制同样纹理。 Parameters tex:Texture — 纹理。 pos:Array — 绘制次数和坐标。 请教第二个...
来源: Laya_社区 发布时间: 20170405