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

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

31. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 77%]

...    this.skeleton = this.templet.buildArmature();         Laya.stage.addChild(this.skeleton);         this.skeleton.pos(laya_width/2,laya_height/2);         this.skeleton.scale(0.5, 0.5);         this.skeleton.on(Event.STOPPED, this, this.play);         this.play();     }   ...

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

32. ENOENT: no such file or directory, open 'D:\layaidehello eleasewxgameLayaSample.js.map [ 76%]

...aya.stage.bgColor = '#23238E'; //将文本内容添加到舞台 Laya.stage.addChild(txt); } } new GameMain(); 海货 • 2018-07-15 16:17 上边是代码 wq • 2018-08-01 14:00 那不是很麻烦,要全部注释忘。 nonfiction • 2018-09-04 11:33 1.7.19,新建示例项目,发布到微信...

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

33. Error: 代码包大小为 5533 kb,上限为 4096 kb,请删除文件后重试? [ 73%]

...// Laya.stage.bgColor = "#3F51B5"; this.sp = new Laya.Sprite(); Laya.stage.addChild(this.sp); } render() { console.log("render"); var l = [ 0, 0, 0, -(Laya.Browser.height >> 1), (Laya.Browser.width>>1), -(Laya.Browser.height>>1), Laya.Browser.width, -(Laya.Browser.height>>1),...

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

34. 在开启webgl模式下,每次运行texture类的getPixels方法内存都会增加 [ 73%]

...,绘制到画布 this.img.skin = this.Res //添加到舞台 Laya.stage.addChild(this.img); } private cacheCanvas: Laya.HTMLCanvas private cacheTexture: Laya.Texture init(){ let rect = this.img.getSelfBounds() this.img.pivot(Math.round(rect.width / 2), Math.round(rect.height / 2)) let bound = this....

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

35. 提示错误在laya.core.js里 [ 71%]

...ya.Handler.create(this,function(scene){             Laya.stage.addChild(scene);         }));     } } 2020-05-16 添加评论 已悬赏30元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 Laya_XS 赞同来自: Ace...

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

36. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 68%]

...CK,null,function(){ //TO GamePage2 console.log("left onclick"); Laya.stage.addChild(new GameView); });  //分享快乐 this.StartRight.on(Laya.Event.CLICK,null,function(){ //超链接 onLink(href); });  //天猫Logo this.img_TianMao.on(Laya.Event.CLICK,null,function(){ //超链接 onLink(href); })...

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

37. 技术文档的代码无法编译运行(var efc = new ui.TestPUI();) [ 68%]

...var efc = new laya.ui.TestPUI()     //添加到舞台     //Laya.stage.addChild(efc); HelloWorld.rar 2017-07-24 0 0 分享 微博 QZONE 微信 lant101 赞同来自: ui的要刷新一下吧。 2017-07-24 0 1 分享 微博 QZONE 微信 cuixueying 赞同来自: 没有看到你UI里有这个类呀...

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

38. loading界面实现图片预加载后,创建Sprite执行loadImage出错 [ 67%]

...3)         创建Sprite方式:       sp = new Sprite();       addChild(sp);       sp.loadImage("./assets/ico_back.png");   6、定位到 laya.core.js 1438行发现有这样的描述: if (!tex.loaded){       tex.once(/*laya.events.Event.LOADED*/"loaded",this,this._textureLoaded,...

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

39. 1.7版本要初始化后有些代码才能用了 [ 66%]

...ht test.text.text = "dsafdsdsada"; test.text.color = "#ff0000"; Laya.stage.addChild(test.text); </script> 2017-03-02 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 kdsrpg 相关问题 LayaAir3D UnityPlugin 使用须知-版本更新...

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

40. 【紧急】laya2.0的loadImage方法为什么不触发complete? [ 66%]

...age方法为什么不触发complete? var logo = new Sprite(); Laya.stage.addChild(logo); logo.loadImage("img/load_logo.png", 0, 0, 0, 0, Handler.create(this, function(){ trace("complete!!"); })); 我在laya1.0这么写,触发complete没毛病,为什么到了2.0这个complete不触发?谁给...

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