大约有 327 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
Laya_社区(170) Laya2.0_api(59) laya_api(55) Laya2.0_文档(14) Laya2.0_示例(12) Laya_示例(8) Laya3.0_文档(7) Laya3.0_api(2)
...在最底部显示? Animation如何加点击事件 关于遍历产生的sprite的点击事件,急,大神帮看哈 关于发布oppo、vivo快游戏,无法生成Rpk问题 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时...
来源: Laya_社区 发布时间: 20180724
... = 1; let txArray = ; for (let i = 0; i <20; ++i) { let list = new Laya.Sprite(); list.width = 600 ; list.height = 155; list.loadImage('xxx.png'); //此处无论是这样给 list.on(Laya.Event.CLICK, this, () => { console.log(413132131) }) //还是在handler中去渲染,都会滚动不了 tx...
来源: Laya_社区 发布时间: 20190711
... Events Packagelaya.ani.boneClasspublic class SkeletonInheritanceSkeleton Sprite Node EventDispatcher Object 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolea...
来源: Laya2.0_api 发布时间: 20190513
...器工具? 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? Dialog关闭时如何向open他的页面传值? 请问laya里如何解析json,似乎和AS3的不太一样。 龙骨skeleton鼠标点击区域的设置 请问如何获取鼠标在某个元...
来源: Laya_社区 发布时间: 20190121
...files 在QQ小游戏中无法读取到 3D模型无法修改scale? new Laya.Sprite();绘制图形以后,怎么删除释放资源? 关于发布oppo、vivo快游戏,无法生成Rpk问题 问题状态 最新活动: 2017-11-29 12:12 浏览: 1263 关注: 3 人 lifereset • 2017-11-29 13:33 ohyeah...
来源: Laya_社区 发布时间: 20171128
...sspublic class FrameAnimationInheritanceFrameAnimation AnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 关键帧动画播放类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值...
来源: laya_api 发布时间: 20170929
...不见的,但是没有生效 Laya.init(640, 1136); let testSp = new Laya.Sprite(); testSp.width = 200; testSp.height = 50; testSp.graphics.clear(); testSp.graphics.drawRect(0, 0, testSp.width, testSp.height,'#FF0000'); let tmpMask = new Laya.Sprite(); tmpMask.width = testSp.width; tmpMask.height = t...
来源: Laya_社区 发布时间: 20200421
...tate(new Vector3(-30, 0, 0), true, false); //添加地板 var floor:MeshSprite3D = scene.addChild(new MeshSprite3D(PrimitiveMesh.createPlane(10, 2000, 100, 100))) as MeshSprite3D; //给地板添加物理组件 var floorCollicar:PhysicsCollider = floor.addComponent(PhysicsCollider); // 添加colli...
来源: Laya_社区 发布时间: 20190417
...layClasspublic class FrameAnimationInheritanceFrameAnimation AnimationBase Sprite Node EventDispatcher ObjectSubclasses EffectAnimation 节点关键帧动画播放类。解析播放IDE内制作的节点动画。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Pro...
来源: Laya2.0_api 发布时间: 20190513
...区域为黑色,其它机型都是正常的。 this.guideContainer = new Sprite(); this.guideContainer.cacheAs = "bitmap"; Utils.GuideLayer.addChild(this.guideContainer); this.guideContainer.on(Laya.Event.CLICK, this, this.nextStep); this.mouseEnabled = false; var maskArea: Laya.Sprite = new Laya....
来源: Laya_社区 发布时间: 20171222