大约有 827 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0110 秒)
Laya_社区(668) Laya2.0_文档(61) Laya_示例(34) Laya3.0_文档(30) Laya2.0_示例(30) Laya3.0_api(3) Laya2.0_api(1)
...ion.MAIN -c android.intent.category.LAUNCHER Client not ready yet..Waiting for process to come online Connected to process 27883 on device huawei-mha_al00-3HX0217401012320 Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "...
来源: Laya_社区 发布时间: 20190723
.../split函数分割字符串 tempStringArray = tempReturnString.split(","); for (i = 0; i < tempStringArray.length; i++) { var img = new Laya.Image(); //加载显示图片, var tempImageName = "ui/poke_" + tempStringArray[i] + ".png"; img.loadImage(tempImageName, i * 30, 0); this.addChild(img); ...
来源: Laya_社区 发布时间: 20180130
...e/conch/JSWrapper/LayaWrap/JSAudio.cpp:199:94: error: no matching function for call to 'laya::JCFileRes::setOnReadyCB(std::__1::__bind<bool (laya::JSAudio::*)(void*, std::__1::weak_ptr<int>), laya::JSAudio*, std::__1::placeholders::__ph<1>&, std::__1::weak_ptr<int>&>)...
来源: Laya_社区 发布时间: 20211111
...源代码,修复了。laya.d3.js -> SimpleSingletonList.Clear -> for (var i = 0, n = this.length; i < n; i++),引擎代码 i没有赋初值,导致 i<n永远为false. 峯 • 2020-01-09 16:49 好吧,我再留意下,我iPhone7p上是没出现过,iPhoneX上出现过
来源: Laya_社区 发布时间: 20200108
...e; let slider = scrollBar.slider; slider.bar.stateNum = 1; let txArray = ; for (let i = 0; i <20; ++i) { let list = new Laya.Sprite(); list.width = 600 ; list.height = 155; list.loadImage('xxx.png'); //此处无论是这样给 list.on(Laya.Event.CLICK, this, () => { console.log(413132131) }) /...
来源: Laya_社区 发布时间: 20190711
...events some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 "). Build with -s ASSERTIONS=1 for more info. 我的项目中用到了3D物理库,因为UI上...
来源: Laya_社区 发布时间: 20191022
...E:/LayaEmptyRelease/version.json: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. [warn]Retry to load: version.json 资源版本清单文件不存在,不使用资源版本管理。忽略ERR_FILE_NOT_FOUND错误。 test.jpg Failed to load ...
来源: Laya_社区 发布时间: 20180416
用iframe内嵌网页及适配 Laya.init(720, 1280); String.prototype.format = function() { if (arguments.length == 0) { return this; } for (var str = this, index = 0; index < arguments.length; ++index) { str = str.replace("{" + index + "}", arguments[index]); } return str; }; var iframe = laya....
来源: Laya_社区 发布时间: 20170415
...式 // Laya.stage.scaleMode = "noborder"; var test=new TeUI(); var arr=; for(var i;i<6;i++){ arr.push({m_lable:"NO."+i}); } console.log(test.m_list) test.m_list.array=arr; Laya.stage.addChild(test); test.show(); })(); 但没有出来想看到的效果,个人对这个list.array不是很理解,...
来源: Laya_社区 发布时间: 20170503
... 韩韩韩韩韩爽a • 2019-04-02 16:22 更新到最新的引擎后,用for循环创建动画后,播放的时候只有一个可以播放出来,而使用其他的版本,这个问题还是存在 177*****610 • 2019-02-25 13:58 ok!
来源: Laya_社区 发布时间: 20190218