大约有 49 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...知道原因是什么 问题状态 最新活动: 2018-03-29 14:39 浏览: 5000 关注: 3 人
来源: Laya_社区 发布时间: 20170118
...: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
...16-11-28 12:59 同样的Timer类也缺少这样的调用,Laya.timer.once(5000,this,onComplete);游戏暂停,5s后依然会执行,有没有方法可以全局控制。另外封装函数有没有例子可循?主要是既然每个开发者封装都是一样的结果,我建议官方可以封装...
来源: Laya_社区 发布时间: 20161128
... function play():void { Laya.timer.loop(5000, this, function():void { playDragonBonesAnimation("BigAward/BigAward.sk",0,0,Laya.stage,false); }); } /**播放龙骨动画 ...
来源: Laya_社区 发布时间: 20170406
...(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
...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
...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
...回去了!!!!!!!!! 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
... //建立连接 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
...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