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

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

771. List翻页效果 [ 44%]

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

772. 关于laya图片资源缓存的问题 增量更新文件缓存 [ 44%]

...方法来管理引用地址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

773. 请问,在使用插件导出包含多个动画的FBX文件时报错,怎么处理? [ 44%]

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

774. unity彩色文件导出到程序编程黑色 [ 43%]

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

775. 在Unity中无法导出模型动作 [ 43%]

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

776. 关于laya生成的canvas定位问题导致内部事件不正确 [ 43%]

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

777. 发布时勾选压缩js后,gulp uglify生成的sourcemap在哪里 [ 43%]

... 解析错误信息 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

778. unity 3d 骨骼动画资源到处 KeyNotFoundException: The given key was not present in the dictionary 问题 [ 43%]

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

779. KeyNotFoundException: The given key was not present in the dictionary. unityAir3d1.7.16 [ 42%]

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

780. laya.ui.HBox [ 42%]

... Protected Methods Show Inherited Protected Methods MethodDefined By _setItemChanged():voidLayoutBox  changeItems():void[override] 改变子对象的布局。 HBox changeSize():void 重新调整对象的大小。 Component commitMeasure():void 立即执行影响宽高度量的延迟调用函...

来源: laya_api 发布时间: 20170929