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

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

331. 对象destroy()后的还会耗用内存吗?页面的时间轴动画会跟着被清空吗? [ 67%]

...y后不能再使用。 destroy时会移除自身的事情监听,自身的timer监听,移除子对象及从父节点移除自己。 里边的参数:(可选)是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 2017-11-16 1 0 分享 微博 QZONE 微信 ...

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

332. laya.ui.ScrollBar [ 67%]

...刻度值,滑动数值为tick的整数倍。默认值为1。 ScrollBar timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

333. TimeLine调用destroy报错&执行完成后回到起点 [ 67%]

...perty 'length' of null at TimeLine.__proto._update (HMain.max.js:12479) at TimerHandler.__proto.run (HMain.max.js:9196) at Timer.__proto._update (HMain.max.js:8951) at Stage.__proto.render (HMain.max.js:16932) at Stage.__proto._loop (HMain.max.js:16892) at loop (HMain.max.js:5472)    private funct...

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

334. Spine切换动画后,站立动画抖动得厉害,特别是腿部 [ 67%]

...i.js:4381)     at Skeleton.__proto._update (laya.ani.js:4240)     at TimerHandler.__proto.run (laya.core.js:9827)     at Timer.__proto._update (laya.core.js:9560)     at TimerHandler.__proto.run (laya.core.js:9827)     at Timer.__proto._update (laya.core.js:9560)     at Stage.__pro...

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

335. 运用多个缓动动画或者大的缓动,在ios上运行造成黑屏 [ 67%]

...17-10-16 0 1 分享 微博 QZONE 微信 qwer535305054 赞同来自:  Laya.timer.loop(1000, this, this.setTime); private setTime(){             this.downTime--;             Tween.to(img1, { x: randomx, y: randomy }, 250);             Tween.to(img2, { x: randomx, y: randomy }, 250);...

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

336. laya2.3图集含空白裁切后,锚点旋转bug,demo重现 [ 67%]

...width/2,0);         Laya.stage.addChild(sp3);         Laya.timer.frameLoop(2,null,function()             {                 sp3.rotation = sp3.rotation+10;             }         ); 2019-11-12 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞...

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

337. laya.ui.Label [ 67%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

338. laya.ui.ComboBox [ 66%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

339. 厘米秀(QQ玩一玩)的引擎里面无法使用 setTimeout/setInterval [ 66%]

...8-20 0 0 分享 微博 QZONE 微信 。 赞同来自: 用laya自己的Laya.timer类就行了 2018-08-20 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 TsubasaYeung 相关问题 看了其他引擎才发现 LAYA 真的太太太太好用了...

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

340. hitTestPoint对象父容器rotation旋转之后检测不了碰撞 [ 66%]

...height, "#00ff00"); _fish.x = 300 _fish.y = 200 this.addChild(_fish); Laya.timer.loop(100, this, function () { console.log(_fish.x, _fish.y, _fish.width, _fish.height, _fish.rotation); if (_fish.hitTestPoint(_fish.x, _fish.y)) { console.log("hittttttt"); } }); } } //程序入口 Laya.init(600, 400);...

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