大约有 1,772 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0052 秒)
Laya_社区(1393) laya_api(90) Laya3.0_api(82) Laya2.0_api(72) Laya2.0_文档(59) Laya_示例(33) Laya2.0_示例(32) Laya3.0_文档(11)
... Frames No Frames VertexElementFormatMethods | Constants Packagelaya.d3.graphicsClasspublic class VertexElementFormatInheritanceVertexElementFormat Object ... Public Methods MethodDefined By getElementInfos(element:String):Array[static] 获取顶点元素格式信息。 VertexElementFormatPu...
来源: Laya2.0_api 发布时间: 20190513
...rite = new Sprite(); var t:Texture = Laya.loader.getRes("res/bg.png"); ape.graphics.drawTexture(t,0,0); var t1:Texture = Laya.loader.getRes("res/wzq.png"); ape.graphics.drawTexture(t1,0,0); var t2:Texture = Laya.loader.getRes("res/rkfb.png"); ape.graphics.drawTexture(t2,0,0); var t3:Texture = Laya.l...
来源: Laya_社区 发布时间: 20180605
...ertexPositionNormalTextureSkinTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTextureSkinTangentInheritanceVertexPositionNormalTextureSkinTangent ObjectImplements IVertex VertexPositionNormalTextureSkin 类用于创建位置、法线、纹理、骨骼索引...
来源: laya_api 发布时间: 20170929
... VertexPositionNormalColorSkinTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorSkinTangentInheritanceVertexPositionNormalColorSkinTangent ObjectImplements IVertex VertexPositionNormalColorSkin 类用于创建位置、法线、颜色、骨骼索引、骨...
来源: laya_api 发布时间: 20170929
... VertexPositionNormalColorTextureSkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTextureSkinInheritanceVertexPositionNormalColorTextureSkin ObjectImplements IVertex VertexPositionNormalColorTextureSkin 类用于创建位置、法线、颜色、纹理、...
来源: laya_api 发布时间: 20170929
...mg:Image = new Image(); var t:Texture = Laya.loader.getRes(_resUrl); img.graphics.save();//必须要调用 否则报错 img.graphics.clipRect(100,100,200,200); img.graphics.drawTexture(t); img.graphics.restore(); this.addChild(img); 2019-01-11 0 0 分享 微博 QZONE 微信 为什么被折...
来源: Laya_社区 发布时间: 20190111
....List绘制了排行榜,但是触摸没有滚动响应 如何给Sprite的graphics绘制的线条添加发光滤镜? 如何获取Sprite上用graphics.drawTexture绘制的texture? webgl 绘制graphics出报错 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写...
来源: Laya_社区 发布时间: 20180411
.../BoneSlot.ts:472 用原始数据拷贝出一个 Returns BoneSlot draw draw(graphics: GraphicsAni, boneMatrixArray: any[], noUseSave?: boolean, alpha?: number): void Defined in laya/ani/bone/BoneSlot.ts:212 把纹理画到Graphics上 Parameters graphics: GraphicsAni boneMatrixArray: any[] Default val...
来源: Laya3.0_api 发布时间: 20231115
...: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 用 graphic.drawTexture 2019-02-14 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 仰望星空 相关问题 请问LayaAir中如何使图片以圆形的方式显示?...
来源: Laya_社区 发布时间: 20190214
...Index | Frames No Frames VertexMeshMethods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexMeshInheritanceVertexMesh Object ... Public Methods MethodDefined By getVertexDeclaration(vertexFlag:String, compatible:Boolean = true):VertexDeclaration[static] 获取顶点声明...
来源: Laya2.0_api 发布时间: 20190513