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

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

101. 找不到对应的资源 [error]Failed to load: res/atlas/standUp/aa.json [ 60%]

...,而不是发布出来的图集再放到资源面板下!你可以看下comp.json,资源面板与发布资源后的对比!

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

102. 范例里。已经预加载资源,但是调试里面无法显示出资源。 [ 60%]

...要指定资源类型,例如:Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); q8196901 • 2017-10-25 17:07 可以了 ,谢谢

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

103. 加载时间轴动画报错 [ 60%]

...如下: this.ani = new Laya.Animation(); this.ani.loadAtlas("res/atlas/comp.json", Laya.Handler.create(this, showApe));   function showApe(){ this.ani.loadAnimation("TimeLine.ani"); Laya.stage.addChild(this.ani); this.ani.play(); }   运行时报 TypeError:Cannot read property '_create' of null...

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

104. 如何清理所有的子无素 [ 60%]

...ya.Image(); //加载显示图片,坐标位于100,50 var tempImageName = "comp/poke_" + tempStringArray[i] + ".png"; img.loadImage(tempImageName, i * 30, 5); img.scaleX = 0.4; img.scaleY = 0.4; myBox_player2chupai.addChild(img); } 如何把myBox_ player2chupai的所有Child全部去除。 不知道...

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

105. 如何自动生成:import Sprite = Laya.Sprite; [ 59%]

...行时报错 打包图集后自动生成的json文件里的prefix显示为"comp\/" 写了一个类继承了laya.sprite 可是点击事件没有反应 Image和Sprite在应用上的区别 放着不动,而且是在没逻辑的主界面,stat里的sprite数量1000个/s的速度上涨 layaMaxUI.ts没...

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

106. Cannot connect to runtime process, timeout after 10000 ms [ 59%]

... ui控件的runtime可以设置添加参数吗 prefab添加runtime脚本 comp._addComponentInstance is not a function 2.0 Beta3版本中,runtime脚本的的问题 看腾讯课程碰到的runtime无效问题 IDE界面编辑中最顶层view设置runtime无效 Cannot connect to runtime process, timeo...

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

107. 透明区域点击问题 [ 59%]

... var sprite0 = new Sprite(); sprite0.graphics.drawTexture(Loader.getRes("comp/image.png")); sprite0.pos(10, 10); sprite0.mouseEnabled = true; sprite0.name = 'sprite0'; Laya.stage.addChild(sprite0); sprite0.on(Event.CLICK, this, handler_click); 怎么让sp透明区域不可点,有像素的地方才...

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

108. 新手关于发布之后图集不能正常加载出来 [ 59%]

...样加载不了图片,发布之后并没有D:\Users\myLaya\release\web\comp这个目录 附件 : --> 2018-04-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 你参考下这篇文档ht...

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

109. 新手,图片加载不进去,没有报错。很疑问 [ 59%]

...ound.__super.call(this); this.bg1 = new Laya.Sprite(); this.bg1.loadImage("comp/bg.png"); this.addChild(this.bg1); } Laya.class(BackGround,"BackGround",_super); return BackGround; })(Laya.Sprite)代码我这样写可以正常显示,你试试 2017-02-22 0 1 分享 微博 QZONE 微信 为什么被...

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

110. 2.0IDE设计模式下,界面开不起来 [ 58%]

...合模式作用只是将颜色混合起来吗 UI编辑界面中的Graphics comp下的button.png第一次点击进入另一个界面,再在这个界面下点击时点击事件不生效? 小米快游戏发布运行不起来 开启一个项目 切换到编辑模式界面 界面一片空白 设计...

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