大约有 1,374 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)
Laya_社区(1168) Laya2.0_文档(69) Laya3.0_文档(67) Laya2.0_示例(27) Laya_示例(24) Laya3.0_api(17) laya_api(1) Laya2.0_api(1)
...试代码,压根就没有功能。 class Main { constructor() { console.log(Laya.Browser.width, Laya.Browser.height); this.current = { x: 0, y: Laya.Browser.height }; // Laya.stage.bgColor = "#3F51B5"; this.sp = new Laya.Sprite(); Laya.stage.addChild(this.sp); } render() { console.log("render"); v...
来源: Laya_社区 发布时间: 20180602
...) //结果不与向量dir2重合 console.log(dir2); console.log(newdir1); console.log(newdir2); } // 向量夹角 public Angle(ma, mb) { var v1 = (ma.x * mb.x) + (ma.y * mb.y) + (ma.z * mb.z); ...
来源: Laya_社区 发布时间: 20191230
...上,运行状态下,切出去再回来之后,内容都看不见了,但是log还在正常输出,按钮也看不见了,但是点击有切换反应,不过无法关闭当前状态.其他按钮好像好使,但是没逐个测试. 此问题连续多次出现. 经多次测试(其实是多次发生,感觉...
来源: Laya_社区 发布时间: 20231011
...6: var h = 'Hello'; var w = 'World'; var helloWorld = `${h} ${w}`; console.log(helloWorld); // 用在console console.log("%s%d", "one plus one equals ", 2) 2017-10-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jxfcwys 相关问题 Ad...
来源: Laya_社区 发布时间: 20171026
...??底层对象池没有做好? v.pos(nextPost.x, nextPost.y) console.log(nextPost, v.x, v.y) console.log(v) 附件 : --> 2018-05-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Nothing 赞同来自: 好...
来源: Laya_社区 发布时间: 20180506
...onBones/chicken/chicken.sk", Laya.Handler.create(this, (e) => { console.log(e); let num = skeleton.getAnimNum() let name = skeleton.getAniNameByIndex(num - 1); skeleton.play(name) })); this.owner.addChild(skeleton); 2019-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20190416
...fer() track 0xabbf5170 disabled due to previous underrun, restarting 看了log日志感觉好象是liblayaair.so里面在处理声音的时候出现了空指针。。。这个怎么弄啊 。线上项目加急!!!!!下面附带有详细log日志。希望快快得到回复 附件 : -->...
来源: Laya_社区 发布时间: 20180113
...S3 怎么调用微信JS的api AS3 怎么调用微信JS的api 比如JS的wx.login({ success(res) { console.log(res); .. 用AS3要怎么写 已解决__JS__('wx.login({success (res) {console.log(res) }})'); 2019-09-19 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20190919
...on = this.progressSlider.getChildAt(2) as Laya.Button; console.log("sliderButton:", sliderButton); if (sliderButton) { sliderButton.on(Laya.Event.MOUSE_UP, this, () => { console.log("滑块按钮拖拽结束"); ...
来源: Laya_社区 发布时间: 20250710
...-22 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 你的 console.log(guanbimyxd+2); console.log(uppage+2);写错了吧 应该是让组件的某个属性值去加上另外一个值,而并非组件本身吧! 2017-02-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20170222