大约有 1,796 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0057 秒)
Laya_社区(1183) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(22)
...性列表的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
...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
...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
...体LOD属性信息, 然后将Volume中的所有物体按照LOD Cull Rate Array的物体LOD等级划分为不同的LOD渲染对象 图6-3 图6-4 7.基于节点的材质合批功能 7.1表现效果 基于节点的材质合批功能可以通过图7-1和图7-2来展示其表现,本测试案例的场...
来源: Laya3.0_文档 发布时间: 20251010
...请问一下有别的方法吗 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
...请问一下有别的方法吗 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
...码如下: 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
...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
...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
...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