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

大约有 1,772 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0052 秒)

271. laya.d3.graphics.VertexElementFormat [ 87%]

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

272. 图层叠加的实现 [ 87%]

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

273. laya.d3.graphics.VertexPositionNormalTextureSkinTangent [ 87%]

...ertexPositionNormalTextureSkinTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTextureSkinTangentInheritanceVertexPositionNormalTextureSkinTangent ObjectImplements IVertex VertexPositionNormalTextureSkin 类用于创建位置、法线、纹理、骨骼索引...

来源: laya_api 发布时间: 20170929

274. laya.d3.graphics.VertexPositionNormalColorSkinTangent [ 87%]

... VertexPositionNormalColorSkinTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorSkinTangentInheritanceVertexPositionNormalColorSkinTangent ObjectImplements IVertex VertexPositionNormalColorSkin 类用于创建位置、法线、颜色、骨骼索引、骨...

来源: laya_api 发布时间: 20170929

275. laya.d3.graphics.VertexPositionNormalColorTextureSkin [ 87%]

... VertexPositionNormalColorTextureSkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTextureSkinInheritanceVertexPositionNormalColorTextureSkin ObjectImplements IVertex VertexPositionNormalColorTextureSkin 类用于创建位置、法线、颜色、纹理、...

来源: laya_api 发布时间: 20170929

276. 图片如何切割 AS3 [ 87%]

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

277. canvas如何绘制到屏幕上? [ 87%]

....List绘制了排行榜,但是触摸没有滚动响应 如何给Sprite的graphics绘制的线条添加发光滤镜? 如何获取Sprite上用graphics.drawTexture绘制的texture? webgl 绘制graphics出报错 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写...

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

278. laya.ani.bone.BoneSlot_API3.0 [ 86%]

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

279. sprite.loadImage加载图片怎么设置要显示的x,y坐标和宽高? [ 86%]

...: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 用 graphic.drawTexture 2019-02-14 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 仰望星空 相关问题 请问LayaAir中如何使图片以圆形的方式显示?...

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

280. laya.d3.graphics.Vertex.VertexMesh [ 86%]

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