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

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

201. list item 添加事件后无法监听 [ 56%]

...在最底部显示? Animation如何加点击事件 关于遍历产生的sprite的点击事件,急,大神帮看哈 关于发布oppo、vivo快游戏,无法生成Rpk问题 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时...

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

202. Laya List给子元素添加事件后,滚动事件被劫持了 [ 56%]

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

203. laya.ani.bone.Skeleton [ 55%]

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

204. popup设置了关闭效果后,窗口关闭但遮罩层没有关掉,请问如何处理 [ 55%]

...器工具? 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? Dialog关闭时如何向open他的页面传值? 请问laya里如何解析json,似乎和AS3的不太一样。 龙骨skeleton鼠标点击区域的设置 请问如何获取鼠标在某个元...

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

205. clip清除一遍资源后再加载就无法显示了!有demo! [ 55%]

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

206. laya.display.FrameAnimation [ 55%]

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

207. 显示对象的mask缩放为0时遮罩效果不生效 [ 55%]

...不见的,但是没有生效 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

208. 物理引擎,刚体施加力效果错误,有人帮忙看下吗 [ 55%]

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

209. laya.display.FrameAnimation [ 54%]

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

210. iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 [ 54%]

...区域为黑色,其它机型都是正常的。 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