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

大约有 1,796 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0057 秒)

1561. KeyNotFoundException: The given key was not present in the dictionary. [ 50%]

...性列表的key 不能是变量? unity3d sentinel key not found Laya 2.0 Array Dictionary 这些类都没有了? 请问哪里可以下到2.0的源码 关于LAYA2.0下自己实现dictionary的问题 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 问题...

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

1562. 绘画圆角矩形的工具,直接用,不用自己去算 [ 50%]

...borderColor:String = null, borderWidth:Number = 0):DrawPathCmd { var paths:Array = []; paths.push(["moveTo", roundRadius, 0]); paths.push(["lineTo", width - roundRadius, 0]); paths.push(["arcTo", width, 0, width, roundRadius, roundRadius]); paths.push(["lineTo", width, height - roundRadius]); paths....

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

1563. 关于graphics._saveToCmd的问题 [ 50%]

...ya.Sprite();         Laya.stage.addChild(this.sp);         var arr:Array<any> = [this.sp,1,2,3];         this.sp.graphics._saveToCmd(this.test1,arr);     }     test1(x,y,args):void     {         console.log("args[0]"+args[0]+",args[1]"+args[1]+",args[2]"+args[2])   ...

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

1564. 3D性能优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 50%]

...体LOD属性信息, 然后将Volume中的所有物体按照LOD Cull Rate Array的物体LOD等级划分为不同的LOD渲染对象 图6-3 图6-4 7.基于节点的材质合批功能 7.1表现效果 基于节点的材质合批功能可以通过图7-1和图7-2来展示其表现,本测试案例的场...

来源: Laya3.0_文档 发布时间: 20251010

1565. parameter 2 is not of type 'WebGLTexture'. [ 50%]

...请问一下有别的方法吗 2.0.0编译报错Cannot find global type 'Array' TypeScript 泛形方法如何传TYPE? 发布微信小程序提示找不到type属性 Property 'BoxMesh' does not exist on type 'typeof Laya' Spine 格式转换, Error: Invalid timeline type for a slot:twoColor XmlDom类...

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

1566. TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. [ 50%]

...请问一下有别的方法吗 2.0.0编译报错Cannot find global type 'Array' 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Failed to load resource: net::ERR_FILE_NOT_FOUND Uncaught TypeError: Cannot read prope...

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

1567. Mac下LayaAirIDE1.7.20版本声音预加载失败,但windows下同个版本加载正常 [ 50%]

...码如下:   private function init():void {         var assetArr:Array=[             {url:"res/sound/music_gameplay.mp3", type:Loader.SOUND},             {url:"res/sound/button.mp3", type:Loader.SOUND},             {url:"res/sound/mob_true.mp3", type:Loader.SOUND}...

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

1568. 发布微信后无法触发mouse_up事件 [ 50%]

...eHandler); } private mouseHandler(e:laya.events.Event):void { var touches: Array<any> = e.touches; if (touches) { for(let i=0;i<touches.length;i++){ let t =touches[i]; let nameIndex =e.touchId + "_" + i; console.log(nameIndex+":"+e.type); } } } 之能收到down和move! 2018-11-02 添加...

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

1569. 版本管理swf找同名的Json文件发现找不到 [ 50%]

...sPath']---->",this['_atlasPath']);             var atls_ary:Array<any> = Loader.getAtlas(this['_atlasPath']);             this.basePath=atls_ary['dir'];                 //this.basePath = "map1.swf";             this['_initData'](data);  ...

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

1570. laya.d3.core.material.SkyBoxMaterial [ 50%]

...BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Hand...

来源: Laya2.0_api 发布时间: 20190513