• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)

241. 1.7.9 UI编辑器编辑页面后发布,资源不会打包 [ 74%]

...: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

242. 全局安装layaair2-cmd报错怎么办啊 [ 73%]

...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

243. Loader.BUFFER的问题 [ 73%]

...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

244. 微信小游戏报错 [ 73%]

...信小游戏报错 这些报错应该是引擎的 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

245. 富文本顺序异常 [ 73%]

...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

246. 在 ios xcode接入微信开放平台分享sdk编译出错 [ 73%]

...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

247. laya接入fairyGUI的时候资源加载方式? [ 73%]

...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

248. list功能改变图片皮肤 [ 73%]

...想要的话,要怎么换? 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

249. 一个方法实现复制到粘贴板 [ 73%]

...*/ 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

250. 微信小程序里的api,switchTab,要怎么调用? [ 73%]

...面,并关闭其他所有非 tabBar 页面 */ export function switchTab(object: _switchTabObject): void;   请问一下,这个API怎么用,我在LAYA里想调用这个微信的API,怎么都调用不起来, 直接调用wx.switchTab(XXX),提示wx未定义,Laya.Browser.window.wx.switchTab(...

来源: Laya_社区 发布时间: 20190425