大约有 810 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0047 秒)
Laya_社区(728) Laya2.0_文档(21) laya_api(12) Laya3.0_api(12) Laya2.0_api(12) Laya3.0_文档(10) Laya2.0_示例(8) Laya_示例(7)
...kin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, this.onMouse) } onOpened(param: any) { super.onOpened(param); let imgArray = ; for (le...
来源: Laya_社区 发布时间: 20171202
...方法来管理引用地址const res = [{ url: setStaticPrefix("card/card_item_bg.png"), type: Laya.Loader.IMAGE }] /** 添加文件hash */ export const setStaticPrefix = (url:string) :string => { if (staticHash[`images/${url}`]) { return staticHash[`images/${url}`] } return `images/${url}` }然...
来源: Laya_社区 发布时间: 20180412
...nary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaE...
来源: Laya_社区 发布时间: 20171108
...tps://ask.layabox.com/question/6731?notification_id=24302&rf=false&item_id=10839#!answer_10839 他这里有一个例子 2018-01-18 0 5 分享 微博 QZONE 微信 layali 赞同来自: 2018-01-18 0 4 分享 微博 QZONE 微信 layali 赞同来自: 附件 m3.rar 2018-01-18 0 0 分享 微...
来源: Laya_社区 发布时间: 20180118
.... System.Collections.Generic.Dictionary`2[System.String,System.String].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) q.a (UnityEngine.GameObject A_0, .i A_1, Boolean A_2) q.a (UnityEngine.GameObject A_0, .i A_1,...
来源: Laya_社区 发布时间: 20190313
...ge.bgColor = "#232628"; var img = new Laya.Sprite(); img.loadImage('images/item_5.png'); Laya.stage.addChild(img); img.on(Laya.Event.MOUSE_DOWN, img, onStartDrag); function onStartDrag(){ console.log(this); clickIndex++; msgDiv.html('图片选中了' + clickIndex + '次'); // img.startDrag(); } // L...
来源: Laya_社区 发布时间: 20170427
... 解析错误信息 const { readFileSync } = fs; for(const frame of tracey.items) { // frame.fileName const sourceMapContent = JSON.parse(readFileSync(mapFilePath, 'utf8')); const consumer = await new sourceMap.SourceMapConsumer(sourceMapContent); // console.log(frame); // originalPosition不仅仅...
来源: Laya_社区 发布时间: 20190528
...nary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaE...
来源: Laya_社区 发布时间: 20180319
...nary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaE...
来源: Laya_社区 发布时间: 20180205
... Protected Methods Show Inherited Protected Methods MethodDefined By _setItemChanged():voidLayoutBox changeItems():void[override] 改变子对象的布局。 HBox changeSize():void 重新调整对象的大小。 Component commitMeasure():void 立即执行影响宽高度量的延迟调用函...
来源: laya_api 发布时间: 20170929