大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1345) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(9) Laya2.0_示例(6)
...:536:13) at childProcess.(anonymous function) (ELECTRON_ASAR.js:685:22) at Object.<anonymous> (D:\ruanjian\LayaAirIDE_1.7.10_beta\resources\app\node_modules\layacmd\print.js:8:18) at Object.<anonymous> (D:\ruanjian\LayaAirIDE_1.7.10_beta\resources\app\node_modules\layacmd\print.js:113:3)...
来源: Laya_社区 发布时间: 20170905
...dules/layaair2-cmd/node_modules/natives/index.js:143:24) npm ERR! at Object.req [as require] (/usr/local/lib/node_modules/layaair2-cmd/node_modules/natives/index.js:55:10) npm ERR! at Object.<anonymous> (/usr/local/lib/node_modules/layaair2-cmd/node_modules/graceful-fs/fs.js:1:37) ...
来源: Laya_社区 发布时间: 20220406
...Loader.BUFFER, 1, true) private configLoaded(url):void { var data:Object = Laya.loader.getRes(url); console.log(data) var e = new Zlib.Inflate(data.buffer); data = e.decompress(); } 现在的问题是,var data:Object = Laya.loader.getRes(url);中,data是一个什么...
来源: Laya_社区 发布时间: 20171218
...信小游戏报错 这些报错应该是引擎的 1、undefined is not an object (evaluating 'measureResult.width');at socketTask.onmessage callback function 2、null is not an object (evaluating 'this._audio.play');at audioContext.onended callback function 3、Cannot read property 'play' of null;at...
来源: Laya_社区 发布时间: 20180728
...t;span style='color:#E2FC6C'>[世界]<span style='color:blue' href='[object Object]'>发呆do西瓜</span>:123123123123</span>" 在htmlDivElement对象中appendhtml后会出现顺序异常 代码如下 bug截图 附件 : --> 2018-05-23 添加评论 已悬赏1元 --> 分...
来源: Laya_社区 发布时间: 20180523
...yg/Build/Intermediates.noindex/ykmj.build/Debug-iphonesimulator/ykmj.build/Objects-normal/x86_64/ykmj.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=7.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/wxh/Library/Developer/Xcode/DerivedData/ykmj-h...
来源: Laya_社区 发布时间: 20180122
...oncat(otherLoadData); } for (var i = 0; i < loadData.length; i++) { if (Object.prototype.toString.call(loadData[i]) === "[object Object]") { loadData[i].priority = this.priority; } } Laya.loader.load(loadData, Laya.Handler.create(this, this.onComplete, [resKey, otherLoadData, complete, progress, ...
来源: Laya_社区 发布时间: 20191107
...想要的话,要怎么换? for(var q:Number=0;q<130;q++){ var first:Object= new Object(); //first.lbl =Math.floor(Math.random()*3+1) ; if(q == 1) { var cc:*=_tempFruitUi.panel; var dd:List=aa.getChildByName("firstList") as List; var itemB:Box = dd.getCell(0); var specificPic:Image = itemB.get...
来源: Laya_社区 发布时间: 20170616
...*/ public static function copyToClipBoard(value:String):void{ var input:Object; input = Browser.createElement("input"); input.setAttribute('readonly', 'readonly'); input.setAttribute("value",value); Browser.document.body.appendChild(input); input.select(); input.setSelectionRange(0, value.l...
来源: Laya_社区 发布时间: 20191216
...面,并关闭其他所有非 tabBar 页面 */ export function switchTab(object: _switchTabObject): void; 请问一下,这个API怎么用,我在LAYA里想调用这个微信的API,怎么都调用不起来, 直接调用wx.switchTab(XXX),提示wx未定义,Laya.Browser.window.wx.switchTab(...
来源: Laya_社区 发布时间: 20190425