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

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

261. Laya能不能镂空填充区域实现穿透点击? [ 87%]

...镂空可以让鼠标穿透的效果呢? var m:Sprite = new Sprite(); m.graphics.beginFill(0x0, 0.5); m.graphics.drawRect(50, 50, 100, 100); m.graphics.drawRect(75, 75, 50, 50); m.graphics.endFill(); 附件 : --> 2015-12-18 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

262. laya.d3.graphics.FrustumCulling [ 87%]

...asses | Index | Frames No Frames FrustumCullingMethods Packagelaya.d3.graphicsClasspublic class FrustumCullingInheritanceFrustumCulling Object ... Public Methods  MethodDefined By  FrustumCulling()FrustumCulling  renderObjectCulling(boundFrustum:BoundFrustum, scene:BaseScene, camera:BaseCa...

来源: laya_api 发布时间: 20170422

263. laya.d3.graphics.VertexDeclaration [ 87%]

...Frames VertexDeclarationProperties | Methods | Constants Packagelaya.d3.graphicsClasspublic class VertexDeclarationInheritanceVertexDeclaration Object ... Public Properties PropertyDefined By  _conchVertexDeclaration : *VertexDeclaration  id : int[read-only] 获取唯一标识ID(通常用于...

来源: laya_api 发布时间: 20170929

264. 求绘制遮罩会引起黑屏的解决办法 [ 87%]

... + 3;   this.vmask = new Laya.Sprite(); this.vmask.pos(15,15); this.vmask.graphics.drawPie(0, 0, 20, -90, 270, "#000000"); this.progress.addChild(this.progressvalue); this.progressvalue.mask = this.vmask;   this.changevalue = function(value) { this.targetvalue = value; target = parseInt(360 * valu...

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

265. 绘制直线或折线能抗锯齿吗 [ 87%]

...neColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 如何清除graphics绘制的矢量图 微信小游戏绘制开放域内容,字体模糊是什么原因? 如何给Sprite的graphics绘制的线条添加发光滤镜? 微信小游戏在开放数据域绘制排行榜无法显示图...

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

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

267. 图层叠加的实现 [ 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

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

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

来源: laya_api 发布时间: 20170929

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

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

来源: laya_api 发布时间: 20170929

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

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

来源: laya_api 发布时间: 20170929