大约有 1,595 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0054 秒)
Laya_社区(1080) Laya3.0_api(185) Laya2.0_api(130) laya_api(125) Laya2.0_文档(36) Laya3.0_文档(26) Laya2.0_示例(7) Laya_示例(6)
List修改datasource数据的时候出现部分数据不能被修改 如图: 我这里在datasource里面同时修改三个数据,但是在下面的显示效果中,只有背景图片显示错误,前面的红勾勾和文字内容都是正确的,这个是bug吗,IDE是最新版本的 ...
来源: Laya_社区 发布时间: 20170207
...08 16:19:22.021 11539-11539/? A/DEBUG: #00 pc 0000000000745500 /data/app/com.shengsuo.smileg.huawei-qoPZtlU0CDrUXbvVesNhVw==/lib/arm64/liblayaair.so (laya::JSLayaConchBullet::btCollisionObject_getCollisionFlags(long)) (BuildId: 2204384180deac6f8765889139a52d0a63a967d9) 2022-03-08 16:19:22...
来源: Laya_社区 发布时间: 20220309
...后就有了,临时你也可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"fil...
来源: Laya_社区 发布时间: 20180910
...onAll Packages | All Classes | Index | Frames No Frames TerrainHeightDataProperties | Methods Packagelaya.d3.terrainClasspublic class TerrainHeightDataInheritanceTerrainHeightData laya.resource.Resource TerrainHeightData 类用于描述地形高度信息。 Public Properties PropertyDefined...
来源: Laya2.0_api 发布时间: 20190513
...option = { title: { text: 'ECharts 入门示例' }, tooltip: {}, legend: { data:['销量'] }, xAxis: { data: ["衬衫","羊毛衫","雪纺衫","裤子","高跟鞋","袜子"] }, yAxis: {}, series: [{ name: '销量', type: 'bar', data: [5, 20, 36, 10, 10, 20] }] }; // 使用刚指定的配置项和...
来源: Laya_社区 发布时间: 20180626
...); loader.load("atlas/byarr.byte",Loader.BUFFER); private function loadEnd(data:*):void { if (data is ArrayBuffer) { var byts:Byte = new Byte(data); byts.pos = 0; var fr:int = byts.getByte(); var a:int = byts.getInt32(); alert(fr);//这个值正常 alert(a);//这个值不正常,后面再读取都...
来源: Laya_社区 发布时间: 20170308
...018-03-21 16:56 浏览: 944 关注: 3 人 z624697 • 2018-03-21 16:40 var data:Array = []; //根据装备类型拿到服务端的装备vo列表数据 allEquipArr = BagData.ins.getItemByType(PackType.item_); //遍历装备列表 for(var i:int = 0; i < allEquipArr.length; i++) { var itemlo:ItemCon...
来源: Laya_社区 发布时间: 20180321
...hr.send("https://www.baidu.com/","","get","text"); function processHandler(data){ console.log(data); console.log("1111"); } function errorHandler(data){ console.log("2222"); } function completeHandler(e){ console.log("3333"); } 2018-08-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20180830
...rarchy Prefab PrefabImpl Index Constructors constructor Properties _id api data destroyedImmediately lock name url uuid version DEBUG Accessors cpuMemory deps destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setC...
来源: Laya3.0_api 发布时间: 20231115
dialog里面的内容怎么不能添加到舞台 var fooddata = []; for (var X = 0; X < res.data.length; X++) { var foodid = res.data[X]['n_food_id']; var foodtxt = res.data[X]['n_number']; fooddata[X] = { food: { skin: 'comp/food' + foodid + '.png' }, food_txt: {text: foodtxt} // console.log();...
来源: Laya_社区 发布时间: 20181220