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

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

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

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

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

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

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

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

来源: laya_api 发布时间: 20170929

336. 被遮罩的显示对象的子显示对象再添加遮罩,则子显示对象显示不正确 [ 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

337. laya.display.Animation [ 82%]

...nceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销,当相同的动画模版被多次使用时,相比...

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

338. 分享:改变图片皮肤,保持图片原样宽高显示 [ 82%]

...rivate function onClick():void { image.skin="bg.jpg"; } } }方法2:使用graphics.drawTexture的方式】 package { import laya.display.Sprite; import laya.events.Event; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class LayaAirDemo { private var sp:Sprit...

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

339. laya.d3.graphics.IndexBuffer3D [ 82%]

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

来源: laya_api 发布时间: 20170929

340. 绘制背景帧 [ 82%]

...为透明 新建View及背景图片自适应大小如何设置 如何清除graphics绘制的矢量图 ios 背景音乐需要手动点一下屏幕才能播放 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, webgl 绘制graphics出报错 问题状态 最新...

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