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

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

21. 如何知道Laya.Tween.to 完成 [ 64%]

...知道原因是什么 问题状态 最新活动: 2018-03-29 14:39 浏览: 5000 关注: 3 人

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

22. 关于protobuf读取的问题,js的lists.toArrayBuffer() 该如何读取? [ 62%]

...:int = this.byte.getInt16(); 那么如果我这样: this.byte.writeInt32(5000); var lists = []; for(var i = 0;i < 5;i++){   var obj= new Object();   obj.uid = 122;   obj.sort = 133;   lists.push(obj); } var buffer = lists.toArrayBuffer(); this.byte.writeArrayBuffer(buffer); this.socket.sen...

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

23. 有关TimeLine的疑问 [ 61%]

...16-11-28 12:59 同样的Timer类也缺少这样的调用,Laya.timer.once(5000,this,onComplete);游戏暂停,5s后依然会执行,有没有方法可以全局控制。另外封装函数有没有例子可循?主要是既然每个开发者封装都是一样的结果,我建议官方可以封装...

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

24. l龙骨动画内存上升 [ 60%]

...         function play():void {             Laya.timer.loop(5000, this, function():void {                 playDragonBonesAnimation("BigAward/BigAward.sk",0,0,Laya.stage,false);             });         }                  /**播放龙骨动画   ...

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

25. 3D模型无法用Tween类吗 [ 60%]

...(0,-Math.PI/2,0)); //移动模型 Laya.Tween.to(layaMonkey,{x:0,y:-1,z:-3},5000,Laya.Ease.linearIn); )   我看也没写错 是这个类不适用3D模型吗 2018-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...

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

26. 这样写的代码,Tween动画里面只有alpha有效果,scalex和scaley没有变化,怎么回事啊? [ 60%]

...dChild(sprite);  Laya.Tween.to(sprite, {scaleX:1.5, scaleY:1.5, alpha:0}, 5000); 2018-07-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: yg sprite会缩放,circle是数据不是对象...

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

27. 关于Graphics绘制多次后使用它仍然是多个drawcall [ 60%]

...ff00"); g1.drawRect(666, 666, 100, 100, "#FFff00"); for (var i = 0; i < 5000; i++) { g1.drawRect(888, 200, 100, 100, "#FFff00"); } var g2 = new Graphics(); g2.drawRect(0, 0, 100, 100, "#00FF00"); var g3 = new Graphics(); g3.drawRect(500, 500, 100, 100, "#FFFFFF"); var arr = [g1, g2, g3]; var inde...

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

28. 2.0中Tween为什么是先执行了complete回调函数,然后在执行tween函数本身。 [ 60%]

...回去了!!!!!!!!! Laya.Tween.to(this.owner, {x:0, y:80},5000,Laya.Ease.linearInOut,this.complete)   complete() { XXXXXXXX//重置父节点的方法 this.owner.pos(0, 0 );//重置坐标   } 2019-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

29. websocket连接, ws 时没问题,改成 wss 没反应 [ 59%]

...     //建立连接     this.socket.connectByUrl("wss://192.168.1.250:5000/websocket/");     this.socket.on(Laya.Event.OPEN, this, this.openHandler);     this.socket.on(Laya.Event.MESSAGE, this, this.receiveHandler);     this.socket.on(Laya.Event.CLOSE, this, this.closeHandler);     this...

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

30. 你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用 [ 59%]

...1, y: aniMonkey.transform.position.y, z: aniMonkey.transform.position.z }, 5000);         2018-01-17 0 0 分享 微博 QZONE 微信 zzy0371 赞同来自: new Laya.Vector3(math,math,math); 这三个math是什么/  x: math1  还有这个 2018-01-17 0 4 分享 微博 QZONE 微信 为什么被折...

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