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

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

321. 怎么进行椭圆绘制 [ 83%]

...删除释放资源? 富文本下划线绘制bug 怎么检测点是否在 graphics所绘制的区域内 小游戏开放数据域下使用Laya.List绘制了排行榜,但是触摸没有滚动响应 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, 如何清...

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

322. 绘制的矩形能命名吗? [ 83%]

...2倍的情况下,会有绘制效率上的差别吗? 如何给Sprite的graphics绘制的线条添加发光滤镜? 怎样才能找到那个MyTestView类,命名空间问题 怎么检测点是否在 graphics所绘制的区域内 斜矩形怎么计算碰撞 如何实现【在给定矩形内清空...

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

323. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1SkinTangent [ 83%]

...ormalColorTexture0Texture1SkinTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1SkinTangentInheritanceVertexPositionNormalColorTexture0Texture1SkinTangent ObjectImplements IVertex VertexPositionNormalTextureSkin 类用于创建位置、...

来源: laya_api 发布时间: 20170929

324. 自动旋转后残影 [ 83%]

...:void{ ChangeSize(); if(_tip) _tip.destroy();   _tip = new Sprite(); _tip.graphics.drawRect(0,0,100,100,"#FFFFFF"); _tip.size(100,100); Laya.stage.addChild(_tip);   Tween.to(_tip,{y:Browser.height - _tip.height,x:Browser.width-_tip.width},2000,null); } } }     附件 : --> 2019-05-20 添加评...

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

325. laya.d3.graphics.Vertex.VertexShurikenParticleMesh [ 83%]

...rtexShurikenParticleMeshProperties | Methods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexShurikenParticleMeshInheritanceVertexShurikenParticleMesh VertexShuriKenParticle Object VertexShurikenParticle 类用于创建粒子顶点结构。 Public Properties PropertyDefined By...

来源: Laya2.0_api 发布时间: 20190513

326. laya.d3.graphics.IndexBuffer3D [ 83%]

... No Frames IndexBuffer3DProperties | Methods | Constants Packagelaya.d3.graphicsClasspublic class IndexBuffer3DInheritanceIndexBuffer3D Buffer Object IndexBuffer3D 类用于创建索引缓冲。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

来源: Laya2.0_api 发布时间: 20190513

327. laya.d3.graphics.Vertex.VertexShurikenParticleBillboard [ 83%]

...hurikenParticleBillboardProperties | Methods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexShurikenParticleBillboardInheritanceVertexShurikenParticleBillboard VertexShuriKenParticle Object VertexShurikenParticle 类用于创建粒子顶点结构。 Public Properties PropertyD...

来源: Laya2.0_api 发布时间: 20190513

328. scrollrect的bug? [ 83%]

...人 jacksing888 • 2017-03-30 11:20 var containr = new Sprite(); containr.graphics.drawRect(0,0,200,200,'#ff0000') containr.size(200,200); containr.pivot(100,100); containr.x = 200 containr.y = 200 senceLayer.addChild(containr); var rect = new Rectangle(0,0,200,200); containr.scrollRect = rect; var...

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

329. laya.d3.graphics.VertexPositionNormalTexture0Texture1SkinTangent [ 83%]

...tionNormalTexture0Texture1SkinTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTexture0Texture1SkinTangentInheritanceVertexPositionNormalTexture0Texture1SkinTangent ObjectImplements IVertex VertexPositionNormalTextureSkin 类用于创建位置、法线、纹...

来源: laya_api 发布时间: 20170929

330. 被遮罩的显示对象的子显示对象再添加遮罩,则子显示对象显示不正确 [ 82%]

...ask则正常显示。 let bigMask:Laya.Sprite = new Laya.Sprite(); bigMask.graphics.drawRect(0, 0, 300, 200, "#ffffff"); this.mask = bigMask; // let imgMask:Laya.Sprite = new Laya.Sprite(); imgMask.graphics.drawRect(0, 0, 100, 300, "#ffffff"); this.img.mask = imgMask; Laya.Tween.to(this.img, {x:100}...

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