大约有 82 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0053 秒)
...png", "./comp/progress$bar.png"], Handler.create(this, onLoadComplete)); } console.log(1); Laya.class(Loadings,"Loadings",_super); function onLoadComplete() { progressBar = new ProgressBar("./comp/progress.png"); progressBar.width = 400; progressBar.x = (Laya.stage.width - progressBar.width) / 2; pr...
来源: Laya_社区 发布时间: 20171230
...方向时。模型会乱转,不挂就没问题 模型x转了-90度 console.log(angle, " lastangel ", this.owner.transform.rotationEuler.y) this.lastAngle = this.owner.transform.rotationEuler.y; this.owner.transform.rotate(new Vector3(0, angle - this.lastAngle, 0), false, false) 打印出来...
来源: Laya_社区 发布时间: 20190716
...一段测试代码来证明。 var i; i++; console.log(i);此时控制台输出:NaN 对!没错!就是NaN,不要怀疑是自己电脑有问题。要相信科学! 2020-03-28 1 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 引擎版本是新的吗?这...
来源: Laya_社区 发布时间: 20200206
...20); this.aniBirdSing.pos(94+0, 259+120); this.aniBirdSing.size(120, 120); console.log(this.aniBirdSing.width, this.aniBirdSing.height); this.aniBirdSing.mouseEnable = true; Laya.stage.addChild(this.aniBirdSing); } 根据这个代码,我认为鼠标点击区域在图片左下区域,但结果是...
来源: Laya_社区 发布时间: 20171026
...; this._path_space_y = Math.abs( this._tail_pos.y - this._head_pos.y ); // console.log("set path head_pos:" + this._head_pos.x + ":" + this._head_pos.y); // console.log("set path tail_pos:" + this._tail_pos.x + ":" + this._tail_pos.y); // console.log("set path space:" + this._path_space_x + ":" + th...
来源: Laya_社区 发布时间: 20180515
...der = Laya.Loader; var Browser = Laya.Browser; var Handler = Laya.Handler; console.log("!____________________________________") var ProtoBuf = Browser.window.protobuf; // Laya.init(550, 400); ProtoBuf.load("res/protobuf/Login.proto", onAssetsLoaded); function onAssetsLoaded(err, root) { cons...
来源: Laya_社区 发布时间: 20180704
...解的,clear 即会停止掉该行为的执行 [i] } public b(i:number) { console.log("b " + i); }[/i] 然后我看了一下源码 laya.core.js 中 Timer 类中的相关函数, clear函数只清楚了一个Handler,并没有把其他相同Handler一起清除。 相关源码如下:[i] clear(ca...
来源: Laya_社区 发布时间: 20200819
...w Laya.Vector3(0,0,-1); Laya.timer.loop(2000, this, function(){console.log(rigidBody.linearVelocity.z)}); } } //激活启动类 new PhysicsWorldBaseCollider(); 2019-10-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20191009
....vScrollBar.max; Laya.timer.frameLoop(12,this,onLoop); function onLoop() { console.log(54) } })();、 我是这样添加的 lubaihong • 2017-06-09 11:07 谢谢 我已经用list 做出功能了 (ノ>ω<)ノ cuixueying • 2017-06-09 11:50 这个是引擎问题,已经修复了,你可以先...
来源: Laya_社区 发布时间: 20170609
...有解决方案? 2.在界面中使用Laya.timer.frameLoop(1, function(){console.log(conch.config.getUsedMem())}),手机会出现闪退,并报错local reference table overflow (max=512) 3.在项目运行中闪退,报错为: 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/runtime/...
来源: Laya_社区 发布时间: 20180322