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

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

221. 加载解析ByteArray问题 [ 79%]

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

222. HTMLCanvas Laya.stage.addChild(HTMLCanvas); 挂载到舞台报错 [ 79%]

...option = { title: { text: 'ECharts 入门示例' }, tooltip: {}, legend: { data:['销量'] }, xAxis: { data: ["衬衫","羊毛衫","雪纺衫","裤子","高跟鞋","袜子"] }, yAxis: {}, series: [{ name: '销量', type: 'bar', data: [5, 20, 36, 10, 10, 20] }] };  // 使用刚指定的配置项和...

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

223. list图片路径没问题.为什么图片就是不显示.啊啊啊也,求解答 [ 79%]

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

224. Laya.HttpRequest 没有调用回调方法? [ 79%]

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

225. laya.resource.PrefabImpl_API3.0 [ 79%]

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

226. dialog里面的内容怎么不能添加到舞台 [ 78%]

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

227. 读取大块材质中的图片并图片切割 [ 78%]

...面切好的图片。   private function updateScore():void{    var data:Object =  {};    var temp:Number =  this.score;    for (var i:int = 5; i > 0; i-- ){     data["item" i] = {index:Math.floor(temp)};     temp = temp/10;    }    trace(this.score);    this.scorebo...

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

228. 官方的示例贴上来,怎么没反映啊 [ 78%]

....weixin.qq.com/cgi- ... ot%3B, "", "get", "text"); function processHandler(data) { console.log(data); } function errorHandler(data) { alert(2); } function completeHandler(e) { alert(1); } } Laya.class(JiHuo, "ui.JiHuo", _super); return JiHuo; })(ui.JiHuoUI); 2018-04-19 添加评论 免费帖 --> 分...

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

229. laya.resource.Texture2D [ 78%]

...re2D _getSource():*[override] 获取纹理资源。 BaseTexture  _parse(data:*, propertyParams:Object = null, constructParams:Array = null):Texture2D[static] Texture2D generateMipmap():void 通过基础数据生成mipMap。 BaseTexture  getPixels():Uint8Array 返回图片像素。 Texture2D ...

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

230. 扇形遮罩画不全画了一个很奇怪的形状但是矩形的就没问题。显示效果如下:版本号1.7.10 [ 78%]

...本号1.7.10                 var  p = "ui/icons/icons_skill"+data.icon + ".png";                 view.icon_3.skin=p;                 var im:Image=new Image();                 im.skin=p;                 im.setColor(Const_colorData.ColorData...

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