大约有 1,772 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0055 秒)
Laya_社区(1393) laya_api(90) Laya3.0_api(82) Laya2.0_api(72) Laya2.0_文档(59) Laya_示例(33) Laya2.0_示例(32) Laya3.0_文档(11)
...rtexShurikenParticleMeshProperties | Methods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexShurikenParticleMeshInheritanceVertexShurikenParticleMesh VertexShuriKenParticle Object VertexShurikenParticle 类用于创建粒子顶点结构。 Public Properties PropertyDefined By...
来源: Laya2.0_api 发布时间: 20190513
... 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
...hurikenParticleBillboardProperties | Methods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexShurikenParticleBillboardInheritanceVertexShurikenParticleBillboard VertexShuriKenParticle Object VertexShurikenParticle 类用于创建粒子顶点结构。 Public Properties PropertyD...
来源: Laya2.0_api 发布时间: 20190513
...人 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
...tionNormalTexture0Texture1SkinTangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalTexture0Texture1SkinTangentInheritanceVertexPositionNormalTexture0Texture1SkinTangent ObjectImplements IVertex VertexPositionNormalTextureSkin 类用于创建位置、法线、纹...
来源: laya_api 发布时间: 20170929
...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
...nceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销,当相同的动画模版被多次使用时,相比...
来源: Laya2.0_api 发布时间: 20190513
...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
... 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
...为透明 新建View及背景图片自适应大小如何设置 如何清除graphics绘制的矢量图 ios 背景音乐需要手动点一下屏幕才能播放 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, webgl 绘制graphics出报错 问题状态 最新...
来源: Laya_社区 发布时间: 20180312